From 6c13c4dbd1a771877785c0a9b0b9a88b3d4c8567 Mon Sep 17 00:00:00 2001 From: Matteias Collet Date: Wed, 1 Jul 2020 09:25:44 +0200 Subject: [PATCH] Update .gitattributes --- .gitattributes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 8e2fcab..937de2b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,14 +1,14 @@ # Text files crlf *.Dockerfile text eol=crlf *.html text eol=crlf -*.json text eol=crlf +*.json text eol=crlf linguist-detectable *.js text eol=crlf *.lock text eol=crlf *.md text eol=crlf *.ps1 text eol=crlf *.styl text eol=crlf *.vue text eol=crlf -*.xml text eol=crlf +*.xml text eol=crlf linguist-detectable *.yml text eol=crlf # Special files @@ -19,4 +19,4 @@ LICENSE text eol=crlf # Binary files *.jpg binary *.png binary -*.zip binary \ No newline at end of file +*.zip binary