mirror of
https://github.com/lichess-org/scalachess.git
synced 2026-05-26 13:50:54 +00:00
13 lines
196 B
Plaintext
13 lines
196 B
Plaintext
rules = [
|
|
DisableSyntax
|
|
OrganizeImports
|
|
RemoveUnused
|
|
]
|
|
|
|
OrganizeImports {
|
|
groupedImports = AggressiveMerge
|
|
targetDialect = Scala3
|
|
importSelectorsOrder = Ascii
|
|
importsOrder = Ascii
|
|
}
|