From 25e4adc4e11a763748c0437dc8334968199017b1 Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Sun, 9 Aug 2015 17:56:16 -0500 Subject: [PATCH] Add .gitattributes file --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..63e493a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +* text=auto +*.sh eol=lf +*.bat eol=crlf +*.vcproj eol=crlf +*.vcxproj eol=crlf +*.sln eol=crlf