Skip to content

Commit

Permalink
Combine json and properties formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Julienraptor01 <[email protected]>
  • Loading branch information
kevinthegreat1 and Julienraptor01 authored Aug 24, 2024
1 parent 26984de commit 1ea63e9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1ea63e9

Please sign in to comment.