mirror of
https://github.com/lichess-org/lila.git
synced 2026-05-26 13:51:00 +00:00
17 lines
241 B
Plaintext
17 lines
241 B
Plaintext
rules = [
|
|
OrganizeImports
|
|
RemoveUnused
|
|
]
|
|
|
|
OrganizeImports {
|
|
groupedImports = AggressiveMerge
|
|
targetDialect = Scala3
|
|
groups = [
|
|
"*"
|
|
"re:(javax?|scala)\\."
|
|
lila
|
|
]
|
|
importSelectorsOrder = Ascii
|
|
importsOrder = Ascii
|
|
}
|