From 582a76f8f08fbf8eccc2f422df9296fcea1becfb Mon Sep 17 00:00:00 2001 From: Alexandre Mutel Date: Tue, 10 Jul 2018 10:30:35 +0200 Subject: [PATCH] Change editorconfig to not force crlf --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 398a042e..cbde0b15 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,6 @@ root = true # All Files [*] charset = utf-8 -end_of_line = crlf indent_style = space indent_size = 4 insert_final_newline = false