mirror of
https://github.com/TheAnachronism/docspell.git
synced 2024-11-13 02:31:10 +00:00
23 lines
377 B
Plaintext
23 lines
377 B
Plaintext
version = "3.4.2"
|
|
|
|
preset = default
|
|
align.preset = some
|
|
runner.dialect = scala213source3
|
|
|
|
maxColumn = 90
|
|
|
|
rewrite.rules = [
|
|
AvoidInfix
|
|
RedundantBraces
|
|
RedundantParens
|
|
AsciiSortImports
|
|
PreferCurlyFors
|
|
SortModifiers
|
|
]
|
|
|
|
assumeStandardLibraryStripMargin = true
|
|
align.stripMargin = true
|
|
|
|
docstrings.style = SpaceAsterisk
|
|
docstrings.oneline = fold
|
|
docstrings.wrap = "yes" |