editorconfig: Explicitly specify preferred charset (UTF-8)

Really should be the default everywhere by now, but doesn't hurt to be
extra explicit
This commit is contained in:
Kim Alvefur 2023-07-15 10:22:49 +02:00
parent 4f8bb6ea67
commit b2c40bfe79

View file

@ -3,6 +3,7 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
insert_final_newline = true