From abf96783375bee23effe1bfcce723fdffd0f264c Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Thu, 1 Nov 2018 18:37:34 +0100 Subject: [PATCH] Revert changes in Editor Config file made by mistake in 5fbe3cab --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 2ab7c9a47f..e980c39bd4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,7 +5,7 @@ root = true [*] charset = utf-8 -end_of_line = crlf +end_of_line = lf insert_final_newline = true indent_style = space indent_size = 4