]> git.mxchange.org Git - friendica-addons.git/commitdiff
Revert quote_type
authorPhilipp <admin@philipp.info>
Mon, 27 Feb 2023 19:11:07 +0000 (20:11 +0100)
committerPhilipp <admin@philipp.info>
Mon, 27 Feb 2023 19:11:07 +0000 (20:11 +0100)
.editorconfig

index 66406ca44e8ec553ac1d2134efd4fb76022b6644..c4555b082156a4940945c53dfaaf11140ed44693 100644 (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