X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.editorconfig;h=610409143b385b6941f01569cc57a3081988463a;hb=98aed4dde31234883bb3eb5f77143159641a8ea5;hp=66406ca44e8ec553ac1d2134efd4fb76022b6644;hpb=d2b3cc515f7bc0e08a6f7b3efdafe0529572182a;p=friendica.git diff --git a/.editorconfig b/.editorconfig index 66406ca44e..610409143b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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