6502-opcodes/.scalafix.conf

15 lines
167 B
Plaintext
Raw Normal View History

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