From 9976b6ddb7be19e5ca3e11f4261ec0cdcf4642a7 Mon Sep 17 00:00:00 2001 From: Jaiden Mispy Date: Wed, 13 Jan 2016 02:51:31 -0800 Subject: [PATCH] Force unix line endings on checkout --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e895a20 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Require \n style line endings +* text eol=lf