]> git.mxchange.org Git - friendica.git/blobdiff - .editorconfig
spelling: one
[friendica.git] / .editorconfig
index 66406ca44e8ec553ac1d2134efd4fb76022b6644..610409143b385b6941f01569cc57a3081988463a 100644 (file)
@@ -9,10 +9,24 @@ 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
 
+[*.xml]
+indent_style = space
+indent_size = 2
+
+[*.json]
+indent_style = space
+indent_size = 2
+
 [composer.json]
-indent_size = tab
+indent_style = tab