aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: e8cdad14af6596fda6cc17c923ce818e8d8f4d5b (plain)
1
2
3
4
5
6
7
8
9
10
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.**,|,$*