mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +00:00
Revert quote_type
This commit is contained in:
parent
191c84a281
commit
3c7184513c
1 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,11 @@ end_of_line = lf
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
quote_type = single
|
||||||
|
|
||||||
|
[*.js]
|
||||||
|
quote_type = double
|
||||||
|
ij_javascript_use_double_quotes = true
|
||||||
|
|
||||||
[*.yml]
|
[*.yml]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
|
Loading…
Reference in a new issue