X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.editorconfig;h=610409143b385b6941f01569cc57a3081988463a;hb=5b169c908b1c6323b274db336d098039d1321de1;hp=7692ac78b5d41b76d597857faba75e53383e0768;hpb=f852f7aac0b44f243d3cd812aa92122f7b38067b;p=friendica.git diff --git a/.editorconfig b/.editorconfig index 7692ac78b5..610409143b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,5 +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 +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