From 7f4be39e9fe5192aaa7b2473f75e4ffd3d3a2f7a Mon Sep 17 00:00:00 2001 From: Christopher Dunn Date: Sun, 9 Aug 2015 15:42:06 -0700 Subject: [PATCH] add .gitattributes helps #325 --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index 63e493a..22d2b7a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,11 @@ * text=auto +*.h text +*.cpp text +*.json text +*.in text *.sh eol=lf *.bat eol=crlf *.vcproj eol=crlf *.vcxproj eol=crlf *.sln eol=crlf +devtools/agent_vm* eol=crlf