6502-opcodes/.scalafix.conf
2020-08-15 02:04:28 -04:00

14 lines
144 B
Plaintext

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