Remove extra charset setting in EditorConfig.

This commit is contained in:
Rhys Bower 2016-11-13 12:26:50 -08:00
parent 78d5f420fe
commit 134bafe18a
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
[*.md]