mirror of
https://github.com/TheAnachronism/docspell.git
synced 2024-11-13 02:31:10 +00:00
16 lines
211 B
Plaintext
16 lines
211 B
Plaintext
version = "2.3.2"
|
|
|
|
align = most
|
|
#align.arrowEnumeratorGenerator = true
|
|
|
|
maxColumn = 100
|
|
|
|
rewrite.rules = [
|
|
AvoidInfix
|
|
RedundantBraces
|
|
RedundantParens
|
|
AsciiSortImports
|
|
PreferCurlyFors
|
|
SortModifiers
|
|
]
|