From 906587f474374ab9124206fb267fc61980831b0b Mon Sep 17 00:00:00 2001 From: Christie Koehler Date: Mon, 17 Oct 2016 09:58:33 -0700 Subject: [PATCH] Force LF line-endings except for binary file types. --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitattributes b/.gitattributes index 8a5507e503..a103c25f67 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,13 @@ +* text=auto eol=lf +*.gif binary +*.jpg binary +*.eot binary +*.woff binary +*.svg binary +*.ttf binary +*.png binary +*.otf binary +*.tif binary .gitignore export-ignore .gitattributes export-ignore /analytics export-ignore