aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 73c5d1569606982aea0d8943ac7fc54cab5aa2ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
root = true

[*]
charset = utf-8
indent_style = tab
end_of_line = lf
insert_final_newline = true

[*.java]
ij_java_imports_layout = com.mojang.**,net.fabricmc.**,net.minecraft.**,|,*,|,javax.**,java.**,|,$*
ij_java_class_count_to_use_import_on_demand = 1000

# This seems to be needed so that IDEA properly uses tabs in json files.
[*.json]
tab_width = 4
indent_size = 4