From d424874cf89a71db3b8efcd5bbb9ebb96b027ed9 Mon Sep 17 00:00:00 2001 From: Ingvar Stepanyan Date: Sun, 26 Oct 2014 17:44:39 +0200 Subject: [PATCH] Editorconfig: enforce Unix line endings and extra new line in the end of file. --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index 0020fc03a..c14d5c67b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,3 +3,5 @@ root = true [*] indent_style = space indent_size = 2 +end_of_line = lf +insert_final_newline = true