docspell/.scalafmt.conf

16 lines
211 B
Plaintext
Raw Normal View History

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