6502-opcodes/.scalafix.conf

16 lines
192 B
Plaintext
Raw Normal View History

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