X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.editorconfig;h=8565b274d9d15a4ad463952f46004034540d9f44;hb=981e6821d0a21c4889b11530fdc1ac59b5d0cbdb;hp=7692ac78b5d41b76d597857faba75e53383e0768;hpb=ce7b5ff6ac6e2ed702fdcf4bc78147b085990a7d;p=friendica-addons.git diff --git a/.editorconfig b/.editorconfig index 7692ac78..8565b274 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,5 +6,24 @@ 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