Simplify providing a default empty array
[friendica-addons.git/.git] / .editorconfig
index 66406ca..8565b27 100644 (file)
@@ -9,10 +9,21 @@ end_of_line = lf
 indent_style = tab
 trim_trailing_whitespace = true
 insert_final_newline = true
+quote_type = single
+max_line_length = off
+
+[*.js]
+quote_type = double
+ij_javascript_use_double_quotes = true
 
 [*.yml]
 indent_style = space
 indent_size = 2
 
-[composer.json]
-indent_size = tab
+[*.xml]
+indent_style = space
+indent_size = 2
+
+[*.json]
+indent_style = space
+indent_size = 2