Update editorconfig to set import order, thanks to @user11681

dev/0.11
modmuss50 2020-12-21 19:51:17 +00:00
parent c96396fb27
commit 36954809ec
1 changed files with 2 additions and 0 deletions

View File

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