6502-opcodes/.scalafix.conf

14 lines
144 B
Plaintext
Raw Normal View History

2020-08-15 06:04:21 +00:00
rules = [
OrganizeImports
]
OrganizeImports {
expandRelative = true
groups = [
"java",
"scala",
"*",
"com.htmlism"
]
}