diff options
author | Jake Potrebic <[email protected]> | 2023-10-10 14:43:10 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2023-10-10 14:43:10 -0700 |
commit | 7e5dd92f9f1000bfcde11dddfdd658a3dad0bd77 (patch) | |
tree | 8749d9fa82f9b224d6854c46cab14f4ee6cbcfcd /.editorconfig | |
parent | 69ce9276e4b8bd7535750e6dcdef804d7e5bb015 (diff) | |
download | Paper-7e5dd92f9f1000bfcde11dddfdd658a3dad0bd77.tar.gz Paper-7e5dd92f9f1000bfcde11dddfdd658a3dad0bd77.zip |
fix flat bedrock world config (#9728)
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
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 |