From 6ba265f89fee5ea4c42ee5a83eb738c436f79373 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Fri, 3 May 2013 11:23:05 -0700 Subject: [PATCH] Add .props to .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index a35e96cdf..59bb7e72c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,3 +5,4 @@ *.sln text eol=crlf *.vcproj text eol=crlf *.vcxproj text eol=crlf +*.props text eol=crlf