lila/.scalafmt.conf
Thibault Duplessis 5849aa9936 Revert "Update scalafmt-core to 2.4.0"
This reverts commit 96aa722af0.

It formats things very differently.
We're not going through this again.
2020-02-15 12:50:23 -06:00

7 lines
194 B
Plaintext

version = "2.3.2"
align = more
maxColumn = 110
spaces.inImportCurlyBraces = true
rewrite.rules = [SortImports, RedundantParens, SortModifiers]
rewrite.redundantBraces.stringInterpolation = true