diff options
| author | Kevin <92656833+kevinthegreat1@users.noreply.github.com> | 2024-08-25 00:52:12 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-25 00:52:12 +0800 |
| commit | 1ea63e9fa83bfb327002c99931a774162fc2403b (patch) | |
| tree | 89d32cadce6da6a19d08fead911a8e95f7d1683a | |
| parent | 26984deb525091f52a83636e937c8ee961bdc878 (diff) | |
| download | Skyblocker-1ea63e9fa83bfb327002c99931a774162fc2403b.tar.gz Skyblocker-1ea63e9fa83bfb327002c99931a774162fc2403b.tar.bz2 Skyblocker-1ea63e9fa83bfb327002c99931a774162fc2403b.zip | |
Combine json and properties formatting
Co-authored-by: Julienraptor01 <julienraptor01@gmail.com>
| -rw-r--r-- | .editorconfig | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.editorconfig b/.editorconfig index 7f534911..5e0dd9eb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -19,11 +19,7 @@ ij_java_keep_simple_classes_in_one_line = true ij_java_keep_simple_lambdas_in_one_line = true ij_java_keep_simple_methods_in_one_line = true -[*.json] -indent_style = space -indent_size = 2 - -[*.properties] +[*.{json,properties}] indent_style = space indent_size = 2 |
