diff --git a/.editorconfig b/.editorconfig index e272301e8..2ec3ed9fa 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,5 +8,10 @@ indent_style = space insert_final_newline = true trim_trailing_whitespace = true -[*.json] +[{server,translation}.json] +charset = utf-8 +end_of_line = lf indent_size = 2 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true