mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-12-28 02:32:05 +00:00
16 lines
192 B
Plaintext
16 lines
192 B
Plaintext
rules = [
|
|
OrganizeImports
|
|
]
|
|
|
|
OrganizeImports {
|
|
removeUnused = true
|
|
expandRelative = true
|
|
groups = [
|
|
"java",
|
|
"scala.",
|
|
"*",
|
|
"com.htmlism"
|
|
]
|
|
targetDialect = Scala3
|
|
}
|