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