Adapt .editorconfig

- Add .json rule
- Add .xml rule
pull/1358/head
Philipp 2023-02-27 20:34:46 +01:00
parent ecdd62eb3c
commit c5d402ad62
No known key found for this signature in database
GPG Key ID: 24A7501396EB5432
1 changed files with 8 additions and 2 deletions

View File

@ -10,6 +10,7 @@ indent_style = tab
trim_trailing_whitespace = true
insert_final_newline = true
quote_type = single
max_line_length = off
[*.js]
quote_type = double
@ -19,5 +20,10 @@ ij_javascript_use_double_quotes = true
indent_style = space
indent_size = 2
[composer.json]
indent_size = tab
[*.xml]
indent_style = space
indent_size = 4
[*.json]
indent_style = space
indent_size = 2