From 3486e566aef0d9d53f2845fc5fff86566a0b4912 Mon Sep 17 00:00:00 2001 From: hasecilu Date: Tue, 7 Jan 2025 14:42:56 -0600 Subject: [PATCH] chore(code): be more explicit on config for json files To avoid changing end line character of translation files --- .editorconfig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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