docspell/.scalafmt.conf

16 lines
211 B
Plaintext
Raw Normal View History

2020-02-16 03:26:36 +00:00
version = "2.4.1"
2020-02-16 21:03:27 +00:00
align = more
#align.arrowEnumeratorGenerator = true
maxColumn = 100
rewrite.rules = [
AvoidInfix
RedundantBraces
RedundantParens
AsciiSortImports
PreferCurlyFors
SortModifiers
]