From 94c2bc25531e158282d1927034a2a3c65b652cdb Mon Sep 17 00:00:00 2001 From: Tim van der Lippe Date: Sat, 26 Sep 2015 13:44:11 +0200 Subject: [PATCH] Add .gitattributes to solve line endings cross-OS --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..4cab1f4d26 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto