From 6259d32ac7d76711411d1a8f055560750f074c09 Mon Sep 17 00:00:00 2001 From: Vhati Date: Thu, 28 Nov 2013 23:24:46 -0500 Subject: [PATCH] Forced CRLF for *.manifest in gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 3ea34bb..a93cead 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,6 +12,7 @@ # These will always have CRLF line endings *.bat text eol=crlf *.ini text eol=crlf +*.manifest text eol=crlf # Custom for Visual Studio *.cs diff=csharp