.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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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