From a550a87b9e26064acf14e9ac9441c37d8be2f541 Mon Sep 17 00:00:00 2001 From: Thor Brigsted Date: Tue, 21 Apr 2020 15:29:24 +0200 Subject: [PATCH] Fix .editorconfig. Line endings were set as LF despite all endings being CRLF --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 82fb8f5..03c2cb5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,6 +3,6 @@ root = true [*.cs] indent_style = space indent_size = 4 -end_of_line = lf +end_of_line = crlf insert_final_newline = false trim_trailing_whitespace = true