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