Switch to UTF-8 BOM to avoid build warning

This commit is contained in:
Changhua 2022-08-07 22:00:11 +08:00
parent 8c7d1cf7d5
commit 99b42a2bb1

View File

@ -1,6 +1,6 @@
[*] [*]
end_of_line = lf end_of_line = lf
charset = utf-8 charset = utf-8-bom
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
indent_style = space indent_style = space