mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-27 19:57:00 -05:00
7 lines
277 B
INI
7 lines
277 B
INI
[*.{gradle,groovy,java,kotlin}]
|
|
indent_style = tab
|
|
ij_continuation_indent_size = 8
|
|
ij_java_imports_layout = $*,|,java.**,|,javax.**,|,*,|,net.fabricmc.**
|
|
ij_java_class_count_to_use_import_on_demand = 999
|
|
ij_groovy_imports_layout = java.**,|,javax.**,|,*,|,net.fabricmc.**,|,$*
|