From a467e2c92ebc23dc878e0a0fcf1fa1f1558c3e28 Mon Sep 17 00:00:00 2001 From: teinarss Date: Sun, 31 Mar 2019 11:35:45 +0200 Subject: [PATCH] Added the setting insert_final_newline to editorconfig --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 47ff6e8918..5538a2b00f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,6 +4,7 @@ root = true ; Unix-style newlines [*] end_of_line = LF +insert_final_newline = true ; 4-column tab indentation [*.cs]