From d332d376174ac84151d0a701a47ba3fff9d72085 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 26 Jun 2020 00:54:07 +0300 Subject: [PATCH] Update .gitattributes (#31179) --- .gitattributes | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.gitattributes b/.gitattributes index 5e18facb40..205021e49d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,11 +1,2 @@ # Enforce Unix newlines -*.css text eol=lf -*.html text eol=lf -*.js text eol=lf -*.json text eol=lf -*.map text eol=lf -*.md text eol=lf -*.svg text eol=lf -*.txt text eol=lf -*.xml text eol=lf -*.yml text eol=lf +* text=auto eol=lf