From 7886b9862eb7a82fbef7a8fd8bc2ed3f576f1b61 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 29 Jun 2020 18:52:56 +0300 Subject: [PATCH] Simplify .gitattributes. --- .gitattributes | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitattributes b/.gitattributes index 114f2f3e1..205021e49 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,2 @@ # Enforce Unix newlines -*.css text eol=lf -*.html text eol=lf -*.json text eol=lf -*.md text eol=lf -*.scss text eol=lf -*.svg text eol=lf -*.yml text eol=lf +* text=auto eol=lf