From f15c7acc01bb9bc2d1cf281129e0e541b546eaba Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Thu, 31 Oct 2019 15:03:59 -0700 Subject: [PATCH] Add gitattributes --- .gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..66d8cfd6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +* text=auto + +*.c text +*.cc text +*.cpp text +*.h text + +*.vcproj text eol=crlf +*.vcxproj text eol=crlf +*.sln text eol=crlf + +*.dll binary