add end_of_line = lf to editorconfig

This commit is contained in:
Sebastian McKenzie 2015-02-19 22:00:24 +11:00
parent 83cd3bef92
commit a49f746700

View File

@ -5,6 +5,7 @@ insert_final_newline = true
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
end_of_line = lf
[*.{js,json}] [*.{js,json}]
indent_style = space indent_style = space