From b591b740d1f6c2f2ec50e08df083bd798ac735f1 Mon Sep 17 00:00:00 2001 From: CoderCow Date: Mon, 22 Jul 2013 18:30:08 +0200 Subject: [PATCH] Fixed .editorconfig final new lines. --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 14864433..598dd721 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,8 +2,8 @@ root = true [*] end_of_line = crlf -insert_final_newline = false +insert_final_newline = true [*.cs] indent_style = tab -trim_trailing_whitespace = true \ No newline at end of file +trim_trailing_whitespace = true