From fec4a0ed4aac18b6c1ccbf2e23a34c6952cc63d6 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Fri, 3 May 2013 10:32:30 -0700 Subject: [PATCH] Add .gitattributes --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..a35e96cdf --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +# Set default behaviour, in case users don't have core.autocrlf set. +* text=auto + +# Visual Studio +*.sln text eol=crlf +*.vcproj text eol=crlf +*.vcxproj text eol=crlf