From e9a31437e11b043b6302bb42002ff56c858648d4 Mon Sep 17 00:00:00 2001 From: Stephan Date: Thu, 5 Jul 2018 17:30:52 +0200 Subject: [PATCH] Fix .editorconfig line endings --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index d2f3002c12..80eabec233 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ root = true # Use 4 spaces as indentation [*] insert_final_newline = true -end_of_line = lf +end_of_line = crlf indent_style = space indent_size = 4