From ac3dc1bbff921e9dac16f622e96adc1d78768350 Mon Sep 17 00:00:00 2001 From: Zhang Dian <54255897+zdpcdt@users.noreply.github.com> Date: Mon, 19 Jan 2026 20:47:11 +0800 Subject: [PATCH] misc: update .editorconfig to use UTF-8 without BOM. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 5c3a07a..8bc39b6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ [*] -charset = utf-8-bom +charset = utf-8 end_of_line = crlf trim_trailing_whitespace = false insert_final_newline = false