From e21eba89328766c94ab2df2a0780a74ea18b9f8e Mon Sep 17 00:00:00 2001 From: snxx Date: Thu, 23 Sep 2021 23:47:07 +0500 Subject: [PATCH] .editorconfig: add utf-8 encoding (#11190) This commit configures compliant text editors to save our code as UTF-8. --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 40de22df5..7ffdc78df 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,7 @@ root = true [*] +charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true