We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8d001 commit d963442Copy full SHA for d963442
.gitattributes
@@ -1,18 +1,8 @@
1
# Enforce Unix newlines
2
-*.css text eol=lf
3
-*.html text eol=lf
4
-*.js text eol=lf
5
-*.json text eol=lf
6
-*.md text eol=lf
7
-*.scss text eol=lf
8
-*.sh text eol=lf
9
-*.svg text eol=lf
10
-*.txt text eol=lf
11
-*.xml text eol=lf
12
-*.yml text eol=lf
+* text=auto eol=lf
13
14
# Don't diff or textually merge source maps
15
-*.map binary
+*.map binary
16
17
bootstrap.css linguist-vendored=false
18
bootstrap.js linguist-vendored=false
0 commit comments