Final new line option changed to false

This commit is contained in:
Vadim Makeev 2013-11-11 15:53:13 +04:00
parent e315ba1a7c
commit 58258e2ef3
1 changed files with 2 additions and 2 deletions

View File

@ -6,5 +6,5 @@ indent_style = tab
tab_width = 4
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
insert_final_newline = false
charset = utf-8