From 63d6573f60d2dae36e674aae51f2eb86b9f317a9 Mon Sep 17 00:00:00 2001 From: Bram Gotink Date: Wed, 10 Sep 2014 22:22:22 +0200 Subject: [PATCH] use UNIX-style line endings --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index ea3825143bf..d79a855714e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ root = true [*] -end_of_line = crlf +end_of_line = lf insert_final_newline = true indent_style = space indent_size = 4