From 06b281fd3c0bac025063eae602a4a3983da1dff1 Mon Sep 17 00:00:00 2001 From: Blake Grotewold Date: Tue, 10 Feb 2015 10:57:10 -0500 Subject: [PATCH] Remove explicit line endings --- .gitattributes | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitattributes b/.gitattributes index dec18e026..114e2e58f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,13 +1,6 @@ # Default * text=auto -# Mandate conversion to LF (unix) line endings. -*.js text eol=lf -*.css text eol=lf -*.html text eol=lf -*.md text eol=lf -*.py text eol=lf - # Binary files so don't modify *.ico binary *.png binary