mirror of
https://github.com/TheAnachronism/docspell.git
synced 2024-11-13 02:31:10 +00:00
15 lines
184 B
Plaintext
15 lines
184 B
Plaintext
version = "2.5.3"
|
|
|
|
preset = defaultWithAlign
|
|
|
|
maxColumn = 90
|
|
|
|
rewrite.rules = [
|
|
AvoidInfix
|
|
RedundantBraces
|
|
RedundantParens
|
|
AsciiSortImports
|
|
PreferCurlyFors
|
|
SortModifiers
|
|
]
|