From 66e4aa27fa303aa42f7bf430c8155bb3e00ac234 Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Thu, 22 Jan 2015 13:33:44 -0800 Subject: [PATCH] Always check out files with LF on Windows. An attempt at issue #12. Change-Id: I4544a90208389050c89ed406bce2593b15c870d7 --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..fcadb2cf9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text eol=lf