diff --git a/.editorconfig b/.editorconfig index a259e2210b..71340c4063 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,8 @@ root = true -[*.js, *.css, *.tpl] +[*.js, *.css, *.tpl, *.json] indent_style = tab +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = false