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