From ea3d8278ef7b5aba68e341369bad01547bb5cbf0 Mon Sep 17 00:00:00 2001 From: Alan Ott Date: Wed, 4 Jul 2012 14:30:14 -0400 Subject: [PATCH] added vcproj and sln as crlf to .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 275fdda..edb79fe 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,7 @@ * text=auto +*.sln text eol=crlf +*.vcproj text eol=crlf + bootstrap text eol=lf configure.ac text eol=lf