mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-21 22:23:41 +00:00
Revert quote_type
This commit is contained in:
parent
4a57f968f8
commit
ecdd62eb3c
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