mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-14 19:25:23 -05:00
28 lines
478 B
INI
28 lines
478 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
tab_width = 4
|
|
|
|
[*.gradle]
|
|
indent_style = tab
|
|
|
|
[*.java]
|
|
indent_style = tab
|
|
ij_continuation_indent_size = 8
|
|
ij_java_imports_layout = $*,|,java.**,|,javax.**,|,*,|,net.minecraft.**,|,net.fabricmc.**
|
|
ij_java_class_count_to_use_import_on_demand = 999
|
|
|
|
[*.json]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.properties]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[.editorconfig]
|
|
indent_style = space
|
|
indent_size = 4
|