mirror of
https://github.com/TheAnachronism/docspell.git
synced 2024-11-13 02:31:10 +00:00
13 lines
315 B
Plaintext
13 lines
315 B
Plaintext
rules = [
|
|
ProcedureSyntax
|
|
OrganizeImports
|
|
]
|
|
OrganizeImports {
|
|
coalesceToWildcardImportThreshold = 3
|
|
expandRelative = true
|
|
groupedImports = Keep
|
|
importsOrder = Ascii
|
|
groups = ["re:javax?\\.", "scala.", "re:(cats|fs2)\\.", "docspell.", "*"]
|
|
importSelectorsOrder = Ascii
|
|
removeUnused = true
|
|
} |