From d81607bd3474d7718ebfc274a629e8caaa509eb3 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Wed, 18 Jun 2014 12:26:18 -0400 Subject: [PATCH] Add a default handler to .gitattributes and handle VS2010 project files --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 8d8116bd07..496ecb2cd7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,6 +12,7 @@ # Project files # *.vcproj text eol=crlf +*.vcxproj text eol=crlf *.sln text eol=crlf *.ac text eol=lf *.am text eol=lf @@ -22,3 +23,6 @@ # checkin_notes text eol=lf checkin_notes_2012 text eol=lf + +# Random stuff +* text=auto