From 1dd10af29058600401b6cc491343cf483dcfc148 Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Mon, 25 May 2015 17:03:31 +0200 Subject: [PATCH] Add a .gitattributes file to have git keep CRLF endings in *.sln files --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..19dde7c96 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Declare files that will always have CRLF line endings on checkout. +*.sln text eol=crlf