From d2f0649c9e89a433306b8d3a42d0d1f253d74b50 Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Fri, 15 May 2015 10:59:41 -0500 Subject: [PATCH] Add .gitattributes file (closes #122) Convert line endings to CRLF on checkout for Windows batch scripts and Visual Studio solution/project files. --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..ae192acb2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto +*.bat eol=crlf +*.sln eol=crlf +*.vcxproj eol=crlf