docspell/.scalafmt.conf

16 lines
211 B
Plaintext
Raw Normal View History

2020-02-15 11:27:50 +00:00
version = "2.4.0"
align = most
#align.arrowEnumeratorGenerator = true
maxColumn = 100
rewrite.rules = [
AvoidInfix
RedundantBraces
RedundantParens
AsciiSortImports
PreferCurlyFors
SortModifiers
]