Update editorconfig to set import order, thanks to @user11681

This commit is contained in:
modmuss50 2020-12-21 19:51:17 +00:00
parent c96396fb27
commit 36954809ec

View file

@ -1,2 +1,4 @@
[*.{gradle,java}]
indent_style = tab
ij_continuation_indent_size = 8
ij_java_imports_layout = $*,|,java.**,|,*,|,net.fabricmc.**