6502-opcodes/.scalafix.conf
2022-12-05 09:14:58 -05:00

15 lines
167 B
Plaintext

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