mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-21 18:23:42 +00:00
Adapt .editorconfig
- Add .json rule - Add .xml rule
This commit is contained in:
parent
ecdd62eb3c
commit
c5d402ad62
1 changed files with 8 additions and 2 deletions
|
@ -10,6 +10,7 @@ indent_style = tab
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
quote_type = single
|
quote_type = single
|
||||||
|
max_line_length = off
|
||||||
|
|
||||||
[*.js]
|
[*.js]
|
||||||
quote_type = double
|
quote_type = double
|
||||||
|
@ -19,5 +20,10 @@ ij_javascript_use_double_quotes = true
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
[composer.json]
|
[*.xml]
|
||||||
indent_size = tab
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
|
||||||
|
[*.json]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
|
Loading…
Reference in a new issue