Add insert_final_newline to editorconfig

This commit is contained in:
Paul O’Shannessy 2015-09-03 13:43:42 -07:00
parent ea8e06283c
commit 341f26a662
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 80
trim_trailing_whitespace = true