]> git.mxchange.org Git - friendica-addons.git/commitdiff
Adapt .editorconfig
authorPhilipp <admin@philipp.info>
Mon, 27 Feb 2023 19:34:46 +0000 (20:34 +0100)
committerPhilipp <admin@philipp.info>
Mon, 27 Feb 2023 19:34:46 +0000 (20:34 +0100)
- Add .json rule
- Add .xml rule

.editorconfig

index c4555b082156a4940945c53dfaaf11140ed44693..6287bcf4d8bab319df28421ae0c172c8693f576a 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 = 4
+
+[*.json]
+indent_style = space
+indent_size = 2