From b7402b4a5a5bfbe20dab66faed2ebbfb4839a8fc Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Wed, 19 Dec 2012 19:07:38 +0000 Subject: [PATCH] build: ensure Visual Studio and Bison files don't get their line endings corrupted even when using git-svn with automatic conversion. --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitattributes b/.gitattributes index 60787451..97feebe9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,8 @@ +# Visual Studio wants crlf +*.sln eol=crlf +*.csproj eol=crlf +*.vcxproj eol=crlf +# Vim doesn't like CRLF *.vim -text +# Bison doesn't like CRLF +external/*/share/bison/* -text