From 78d3e03e2b784c6ae8471f9d08d349e733ad3182 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 10 Sep 2018 20:28:42 +0100 Subject: [PATCH] changed line endings to automatically go to crlf. --- .gitattributes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index bdb0cab..9c59e8e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ -# Auto detect text files and perform LF normalization -* text=auto +# crlf line endings for text files +* text eol=crlf # Custom for Visual Studio *.cs diff=csharp @@ -14,4 +14,4 @@ *.pdf diff=astextplain *.PDF diff=astextplain *.rtf diff=astextplain -*.RTF diff=astextplain +*.RTF diff=astextplain \ No newline at end of file