Changed .editorconfig to include a trailing newline on files (#21)

This commit is contained in:
Harrison Healey 2016-10-17 13:56:28 -04:00 committed by GitHub
parent ebf6a95561
commit ce9dbcfb16

View file

@ -4,7 +4,7 @@ root = true
[*]
end_of_line = lf
insert_final_newline = false
insert_final_newline = true
charset = utf-8
[*.{js,jsx,json,html}]