Specify charset in .editorconfig as utf-8 (no BOM) (#11654)

This commit is contained in:
xtqqczze 2020-01-23 06:01:07 +00:00 committed by Ilya
parent 2f295b24b0
commit 12425f24c0

View file

@ -9,8 +9,10 @@
# Top-most EditorConfig file
root = true
# Don't use tabs for indentation.
[*]
charset = utf-8
# Don't use tabs for indentation.
indent_style = space
# (Please don't specify an indent_size here; that has too many unintended consequences.)