.editorconfig: fixed utf8 issue

This commit is contained in:
2023-12-27 15:40:31 -07:00
parent cbe8f5f8e8
commit d20a1da6f8
2 changed files with 77 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
root = true
[*]
charset = utf8
charset = utf-8
end_of_line = lf
indent_style = tab
indent_size = 4