6502-opcodes/.scalafix.conf
2024-08-09 02:59:26 -04:00

16 lines
192 B
Plaintext

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