mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-21 10:48:18 -05:00
Update .editorconfig (#1830)
This commit is contained in:
parent
e55132959f
commit
6f7198934d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ indent_style = tab
|
||||||
[*.java]
|
[*.java]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
ij_continuation_indent_size = 8
|
ij_continuation_indent_size = 8
|
||||||
ij_java_imports_layout = $*,|,java.**,|,javax.**,|,*,|,net.minectaft.**,|,net.fabricmc.**
|
ij_java_imports_layout = $*,|,java.**,|,javax.**,|,*,|,net.minecraft.**,|,net.fabricmc.**
|
||||||
ij_java_class_count_to_use_import_on_demand = 999
|
ij_java_class_count_to_use_import_on_demand = 999
|
||||||
|
|
||||||
[*.json]
|
[*.json]
|
||||||
|
|
Loading…
Reference in a new issue