editorconfig restore utf8

This commit is contained in:
Alex Dunn 2015-02-24 20:13:02 -08:00
parent d45268e28a
commit 1b74a1de89

View file

@ -5,6 +5,7 @@ root = true
# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true