From 4a00204bda768fe668f796dbdec61e5ae67d9088 Mon Sep 17 00:00:00 2001 From: Travis Parks Date: Tue, 16 Jul 2013 20:08:00 -0400 Subject: [PATCH] Prevent archiver from replacing newlines --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 5f01d3c..1e02b53 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # Auto detect text files and perform LF normalization * text=auto -*.cs eof=crlf +*.cs eol=crlf # Custom for Visual Studio *.cs diff=csharp