docspell/.scalafmt.conf

22 lines
344 B
Plaintext
Raw Normal View History

2021-09-17 21:19:39 +00:00
version = "3.0.4"
2021-09-22 15:23:24 +00:00
preset = default
align.preset = some
maxColumn = 90
rewrite.rules = [
AvoidInfix
RedundantBraces
RedundantParens
AsciiSortImports
PreferCurlyFors
SortModifiers
]
2021-09-22 15:23:24 +00:00
assumeStandardLibraryStripMargin = true
align.stripMargin = true
docstrings.style = SpaceAsterisk
docstrings.oneline = fold
docstrings.wrap = "yes"