From 524a2c00e6504c46878ae61ef51cdb6629b8bd40 Mon Sep 17 00:00:00 2001 From: Barney Date: Sun, 26 Apr 2015 12:53:35 +0100 Subject: [PATCH] Avoid EOL diff horror by enforcing CRLF on commit --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..92be83e2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text eol=crlf