Merge pull request #116 from 10sr/patch-1

Add charset config to .editorconfig
This commit is contained in:
Olivier Lacan 2016-07-28 13:10:22 -04:00 committed by GitHub
commit 2d4ee584cd

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