From 6dab9a9a0a7c1c7dbcaf35da1df67af676fadc41 Mon Sep 17 00:00:00 2001 From: Chris Barr Date: Thu, 16 Mar 2017 07:17:59 -0400 Subject: [PATCH] ensure LF line endings are used upon git checkout. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 176a458f9..7f80b8533 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ * text=auto +* text eol=lf \ No newline at end of file