From: Jose Fonseca Date: Thu, 28 Feb 2008 03:34:01 +0000 (+0900) Subject: Disable autocrlf for Visual Studio project files. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=90a036b337fc41c25ee6ff89eb9422efd3d9f110;p=mesa.git Disable autocrlf for Visual Studio project files. --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..23c6280f6de --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.dsp -crlf +*.dsw -crlf +*.sln -crlf +*.vcproj -crlf