X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=.editorconfig;h=610409143b385b6941f01569cc57a3081988463a;hb=6c5dfbf8a9882069f8ddc31d59ae2a36adee55aa;hp=c4555b082156a4940945c53dfaaf11140ed44693;hpb=3c7184513c46d660140e887e565a1a275db602a4;p=friendica.git diff --git a/.editorconfig b/.editorconfig index c4555b0821..610409143b 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,13 @@ ij_javascript_use_double_quotes = true 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