From 630ba2e36a549cbf9af728e4b0b1aecdcbd4b400 Mon Sep 17 00:00:00 2001 From: Juuz <6596629+Juuxel@users.noreply.github.com> Date: Tue, 22 Mar 2022 11:11:35 +0200 Subject: Update .editorconfig for JSON formatting in IDEA --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit