X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=.editorconfig;h=8565b274d9d15a4ad463952f46004034540d9f44;hb=b76f143e609c644c94a40718342b274cd0a8f599;hp=c4555b082156a4940945c53dfaaf11140ed44693;hpb=ecdd62eb3cbcd742e9fbb2fc760d59621284083c;p=friendica-addons.git diff --git a/.editorconfig b/.editorconfig index c4555b08..8565b274 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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