From f3de0aae6400a3d873879590193b48e259dea123 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Sun, 9 Nov 2014 09:05:28 +0100 Subject: [PATCH] Force LF endings on all files --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..24742a2d9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# force LF ending by default +* eol=lf