Change .editorconfig to include final newlines (#5827)

This commit is contained in:
Jan Tagscherer 2018-11-12 21:06:59 +01:00 committed by Simon Brunel
parent e730f87e15
commit 7e62913cfc

View File

@ -7,7 +7,7 @@ indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false
insert_final_newline = true
[gulpfile.js]
indent_style = space