From bbfb3b2ca7a62f275dee4be93d5961a3e8a7299e Mon Sep 17 00:00:00 2001 From: Isaac Date: Sat, 11 Mar 2023 18:45:06 +0000 Subject: [PATCH] chore: update editorconfig --- .editorconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 25b67fc..a8a125a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,7 +3,8 @@ root = true [*] end_of_line = lf insert_final_newline = true -indent_style = tab +trim_trailing_whitespace = true +charset = utf-8 [*.{yml,yaml}] indent_style = space @@ -11,4 +12,4 @@ indent_size = 2 [*.md] indent_style = space -indent_size = 4 \ No newline at end of file +indent_size = 4