From b044af3c265ca9ab840dffbeeaf0277950a1e5cb Mon Sep 17 00:00:00 2001 From: Chris Cheetham Date: Wed, 5 May 2021 09:40:37 -0400 Subject: [PATCH] Omit CR at EOL by default --- .editorconfig | 1 + .gitattributes | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 9dbe62c..f4c3a58 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,6 +2,7 @@ root = true [*] indent_style = space +end_of_line = lf trim_trailing_whitespace = true insert_final_newline = true max_line_length = 120 diff --git a/.gitattributes b/.gitattributes index a321ecb..d01653a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1 @@ -*.sln eol=crlf text eol=lf