mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-11-15 12:07:50 +00:00
15 lines
168 B
Plaintext
15 lines
168 B
Plaintext
rules = [
|
|
OrganizeImports
|
|
]
|
|
|
|
OrganizeImports {
|
|
removeUnused = false
|
|
expandRelative = true
|
|
groups = [
|
|
"java",
|
|
"scala.",
|
|
"*",
|
|
"com.htmlism"
|
|
]
|
|
}
|