Add charset config to .editorconfig

This commit is contained in:
10sr 2016-07-29 01:59:22 +09:00 committed by GitHub
parent 18adb5f5be
commit 8411db9cab
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ root = true
# use the same settings everywhere
[*]
end_of_line = lf
charset = utf-8
insert_final_newline = true
indent_style = space
indent_size = 2