From 2d8d472426eb487314ae608509989141933d6192 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Thu, 28 Feb 2008 15:52:30 +0900 Subject: [PATCH] Disable autocrlf on Visual Studio project files. --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100755 index 0000000..23c6280 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.dsp -crlf +*.dsw -crlf +*.sln -crlf +*.vcproj -crlf -- 2.7.4