From 58f0f1cfab6faabb3a2e40bae4ead39f216afa9a Mon Sep 17 00:00:00 2001 From: Roger Labbe Date: Sat, 14 Jul 2018 09:53:51 -0700 Subject: [PATCH] Fixed error in .gitattributes --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index c31c2bf..23ebf2f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ # Auto detect text files and perform LF normalization -* text=lf +* text eol=lf *.py eol=lf *.ipynb eol=lf \ No newline at end of file