Simplified code
[friendica.git/.git] / .editorconfig
index 7692ac7..af67d04 100644 (file)
@@ -8,3 +8,7 @@ charset = utf-8
 end_of_line = lf
 trim_trailing_whitespaces = true
 indent_style = tab
+quote_type = single
+
+[*.js]
+quote_type = double
\ No newline at end of file