6502-opcodes/.scalafix.conf

15 lines
168 B
Plaintext

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