From 860def507b4369dc4336cc6b60901ea51f865ba1 Mon Sep 17 00:00:00 2001 From: Stephan Date: Fri, 6 Jul 2018 12:26:14 +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