diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2022-03-22 11:11:35 +0200 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2022-03-22 11:11:35 +0200 |
commit | 630ba2e36a549cbf9af728e4b0b1aecdcbd4b400 (patch) | |
tree | 8405501e44a136a726dea26590f1925bed8d46a9 | |
parent | 78303bfabb51be490fa46e2ab79ac984e8b6ef87 (diff) | |
download | LibGui-630ba2e36a549cbf9af728e4b0b1aecdcbd4b400.tar.gz LibGui-630ba2e36a549cbf9af728e4b0b1aecdcbd4b400.tar.bz2 LibGui-630ba2e36a549cbf9af728e4b0b1aecdcbd4b400.zip |
Update .editorconfig for JSON formatting in IDEA
-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 |