From 58258e2ef32c2d5be9b4f3957832c8d57673a51c Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Mon, 11 Nov 2013 15:53:13 +0400 Subject: [PATCH] Final new line option changed to false --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index ffb2d9f..3b0b02f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,5 +6,5 @@ indent_style = tab tab_width = 4 end_of_line = lf trim_trailing_whitespace = true -insert_final_newline = true -charset = utf-8 +insert_final_newline = false +charset = utf-8 \ No newline at end of file