From 99b42a2bb13f7d19d695258ecd10b0ae9308fcd7 Mon Sep 17 00:00:00 2001 From: Changhua Date: Sun, 7 Aug 2022 22:00:11 +0800 Subject: [PATCH] Switch to UTF-8 BOM to avoid build warning --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index d02e348..ace811e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ [*] end_of_line = lf -charset = utf-8 +charset = utf-8-bom trim_trailing_whitespace = true insert_final_newline = true indent_style = space