]> git.mxchange.org Git - friendica.git/blobdiff - .editorconfig
Update .gitignore for new php-cs-fixer filename
[friendica.git] / .editorconfig
index af67d04a3b9d832fdeb925b1d5f1368ba476015e..610409143b385b6941f01569cc57a3081988463a 100644 (file)
@@ -6,9 +6,27 @@ root = true
 [*]
 charset = utf-8
 end_of_line = lf
-trim_trailing_whitespaces = true
 indent_style = tab
+trim_trailing_whitespace = true
+insert_final_newline = true
 quote_type = single
+max_line_length = off
 
 [*.js]
-quote_type = double
\ No newline at end of file
+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_style = tab