From d14c8bd8941df1ea485510f68908a5f7d69e28f0 Mon Sep 17 00:00:00 2001 From: Moti Zilberman Date: Mon, 17 Oct 2016 22:53:54 +0300 Subject: [PATCH] Fix .gitattributes line ending setting (#191) h/t @nhajidin in babel/babel#4744 --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 7d07d70cc8..fcadb2cf97 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -* text=lf +* text eol=lf