6502-opcodes/.scalafix.conf
2023-12-06 21:32:32 -05:00

15 lines
168 B
Plaintext

rules = [
OrganizeImports
]
OrganizeImports {
removeUnused = false
expandRelative = true
groups = [
"java",
"scala.",
"*",
"com.htmlism"
]
}