lila/.scalafmt.conf

8 lines
227 B
Plaintext
Raw Normal View History

version = "2.7.5"
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
2021-12-06 14:59:39 -07:00
runner.dialect = scala213