Update editorconfig to set import order, thanks to @user11681
parent
c96396fb27
commit
36954809ec
|
@ -1,2 +1,4 @@
|
||||||
[*.{gradle,java}]
|
[*.{gradle,java}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
ij_continuation_indent_size = 8
|
||||||
|
ij_java_imports_layout = $*,|,java.**,|,*,|,net.fabricmc.**
|
||||||
|
|
Loading…
Reference in New Issue