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 66406ca..c4555b0 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