editorconfig: remove utf-8 setting

This commit is contained in:
Shawn Hoffman 2017-06-04 16:59:16 -07:00
parent 2f41345de2
commit e425a4a08b
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
root = true root = true
[*] [*]
charset = utf-8
end_of_line = lf end_of_line = lf
indent_size = 2 indent_size = 2
trim_trailing_whitespace = true trim_trailing_whitespace = true