From 7270c49ec0e92a9b0e87bebbef07cb0c06904f94 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 17 Oct 2018 17:55:09 +0300 Subject: [PATCH] Simplify .gitattributes --- .gitattributes | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.gitattributes b/.gitattributes index 687c30e4d..205021e49 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,2 @@ -*.css text eol=lf -*.html text eol=lf -*.js text eol=lf -*.json text eol=lf -*.md text eol=lf -*.pug text eol=lf -*.scss text eol=lf -*.svg text eol=lf -*.yml text eol=lf +# Enforce Unix newlines +* text=auto eol=lf