misc: update .editorconfig to use UTF-8 without BOM.

This commit is contained in:
Zhang Dian
2026-01-19 20:47:11 +08:00
parent 9873d85603
commit ac3dc1bbff

View File

@@ -1,6 +1,6 @@
[*]
charset = utf-8-bom
charset = utf-8
end_of_line = crlf
trim_trailing_whitespace = false
insert_final_newline = false