From 9d686e710775cb1a3ff6530476bfe7eeebc8c3ff Mon Sep 17 00:00:00 2001 From: Andreas Schuh Date: Wed, 19 Mar 2014 14:48:03 +0000 Subject: [PATCH] Add .gitattributes file to normalize all files to LF. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..87fe9c0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# treat all files in this repository as text files +# and normalize them to LF line endings when committed +* text