.editorconfig: add utf-8 encoding (#11190)

This commit configures compliant text editors to save our code as UTF-8.
This commit is contained in:
snxx
2021-09-23 23:47:07 +05:00
committed by GitHub
parent 3b7049c5b7
commit e21eba8932

View File

@@ -1,6 +1,7 @@
root = true root = true
[*] [*]
charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true