mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-11-05 09:05:24 +00:00
14 lines
144 B
Plaintext
14 lines
144 B
Plaintext
|
rules = [
|
||
|
OrganizeImports
|
||
|
]
|
||
|
|
||
|
OrganizeImports {
|
||
|
expandRelative = true
|
||
|
groups = [
|
||
|
"java",
|
||
|
"scala",
|
||
|
"*",
|
||
|
"com.htmlism"
|
||
|
]
|
||
|
}
|