From c8bcab1e35469ea86509f60f069246a70e51997b Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Wed, 14 Dec 2016 21:19:38 +0900 Subject: [PATCH] Force LF line encoding On Windows, eol=auto conflicts with .editorconfig --- .gitattributes | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.gitattributes b/.gitattributes index 086a4958..af7ec95a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,2 @@ -# Set the default behavior, in case people don't have core.autocrlf set. -* text=auto - -# Set our files to use lf, so our prettify will always be happy -*.html text eol=lf -*.css text eol=lf -*.js text eol=lf -*.jsx text eol=lf -*.json text eol=lf \ No newline at end of file +# All text files should have LF regardless of core.autocrlf +* text eol=lf