]> git.mxchange.org Git - friendica-addons.git/blobdiff - .editorconfig
invidious/invidious.php aktualisiert
[friendica-addons.git] / .editorconfig
index c4555b082156a4940945c53dfaaf11140ed44693..8565b274d9d15a4ad463952f46004034540d9f44 100644 (file)
@@ -10,6 +10,7 @@ indent_style = tab
 trim_trailing_whitespace = true
 insert_final_newline = true
 quote_type = single
+max_line_length = off
 
 [*.js]
 quote_type = double
@@ -19,5 +20,10 @@ ij_javascript_use_double_quotes = true
 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