6502-opcodes/.scalafix.conf

16 lines
193 B
Plaintext
Raw Normal View History

2020-08-15 02:04:21 -04:00
rules = [
OrganizeImports
]
OrganizeImports {
2022-12-05 09:14:58 -05:00
removeUnused = false
2020-08-15 02:04:21 -04:00
expandRelative = true
groups = [
"java",
2023-12-06 21:32:32 -05:00
"scala.",
2020-08-15 02:04:21 -04:00
"*",
"com.htmlism"
]
2024-03-04 09:47:50 -05:00
targetDialect = Scala3
2020-08-15 02:04:21 -04:00
}