From 996d84afe7dc93ddf698cc68867a5047fa988ca0 Mon Sep 17 00:00:00 2001 From: Boris Zentner Date: Tue, 31 Oct 2017 22:09:48 +0100 Subject: [PATCH] Fix LF handling in .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index de0f8a9e..c00e9a89 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ root=true [*] -end_of_line = crlf +end_of_line = lf indent_style = space indent_size = 4