docspell/.scalafix.conf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
315 B
Plaintext
Raw Permalink Normal View History

2020-06-28 18:47:19 +00:00
rules = [
ProcedureSyntax
OrganizeImports
]
OrganizeImports {
coalesceToWildcardImportThreshold = 3
expandRelative = true
groupedImports = Keep
importsOrder = Ascii
groups = ["re:javax?\\.", "scala.", "re:(cats|fs2)\\.", "docspell.", "*"]
importSelectorsOrder = Ascii
removeUnused = true
}