Revert quote_type

This commit is contained in:
Philipp Holzer 2023-02-27 20:11:07 +01:00
parent 191c84a281
commit 3c7184513c
Signed by: nupplaPhil
GPG Key ID: 24A7501396EB5432
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,11 @@ end_of_line = lf
indent_style = tab
trim_trailing_whitespace = true
insert_final_newline = true
quote_type = single
[*.js]
quote_type = double
ij_javascript_use_double_quotes = true
[*.yml]
indent_style = space