diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 7db2d7c..73c5d15 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,3 +9,8 @@ insert_final_newline = true [*.java] ij_java_imports_layout = com.mojang.**,net.fabricmc.**,net.minecraft.**,|,*,|,javax.**,java.**,|,$* ij_java_class_count_to_use_import_on_demand = 1000 + +# This seems to be needed so that IDEA properly uses tabs in json files. +[*.json] +tab_width = 4 +indent_size = 4 |