lila/.scalafmt.conf

7 lines
201 B
Plaintext
Raw Normal View History

2021-12-03 02:06:59 -07:00
version = "3.2.1"
2020-07-23 03:12:59 -06:00
align.preset = more
2019-12-12 22:03:38 -07:00
maxColumn = 110
spaces.inImportCurlyBraces = true
rewrite.rules = [SortImports, RedundantParens, SortModifiers]
rewrite.redundantBraces.stringInterpolation = true