]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update .gitattributes (#30934)
authorXhmikosR <xhmikosr@gmail.com>
Fri, 12 Jun 2020 08:23:44 +0000 (11:23 +0300)
committerGitHub <noreply@github.com>
Fri, 12 Jun 2020 08:23:44 +0000 (11:23 +0300)
This requires git >= 2.10 but it was released almost 4 years ago.

.gitattributes

index db3ab09617136cd1a40cee0618e2852d2c4fd68c..40b1c37421a0511cd337c7233b5d931b8ac3ea09 100644 (file)
@@ -1,18 +1,8 @@
 # Enforce Unix newlines
-*.css   text eol=lf
-*.html  text eol=lf
-*.js    text eol=lf
-*.json  text eol=lf
-*.md    text eol=lf
-*.scss  text eol=lf
-*.sh    text eol=lf
-*.svg   text eol=lf
-*.txt   text eol=lf
-*.xml   text eol=lf
-*.yml   text eol=lf
+* text=auto eol=lf
 
 # Don't diff or textually merge source maps
-*.map   binary
+*.map binary
 
 bootstrap.css linguist-vendored=false
 bootstrap.js linguist-vendored=false