mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 07:44:27 +02:00
Adapt .editorconfig
- Add .json rule - Add .xml rule
This commit is contained in:
parent
3c7184513c
commit
ae5fe47c03
3 changed files with 27 additions and 12 deletions
|
@ -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,13 @@ ij_javascript_use_double_quotes = true
|
|||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.xml]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[*.json]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[composer.json]
|
||||
indent_size = tab
|
||||
indent_style = tab
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue