aboutsummaryrefslogtreecommitdiffhomepage
path: root/.editorconfig
diff options
context:
space:
mode:
authorJake Potrebic <[email protected]>2023-10-10 14:43:10 -0700
committerGitHub <[email protected]>2023-10-10 14:43:10 -0700
commit7e5dd92f9f1000bfcde11dddfdd658a3dad0bd77 (patch)
tree8749d9fa82f9b224d6854c46cab14f4ee6cbcfcd /.editorconfig
parent69ce9276e4b8bd7535750e6dcdef804d7e5bb015 (diff)
downloadPaper-7e5dd92f9f1000bfcde11dddfdd658a3dad0bd77.tar.gz
Paper-7e5dd92f9f1000bfcde11dddfdd658a3dad0bd77.zip
fix flat bedrock world config (#9728)
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 7358e57474..df706b347c 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -32,3 +32,6 @@ ij_java_generate_final_parameters = true
[test-plugin/**/*.java]
ij_java_use_fq_class_names = false
+
+[Paper-Server/src/main/resources/data/**/*.json]
+indent_size = 2