Skip to content

Commit 1c78f70

Browse files
committed
Simplify .gitattributes.
1 parent 8cf0fe2 commit 1c78f70

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.gitattributes

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
# 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-
*.rb text eol=lf
8-
*.scss text eol=lf
9-
*.svg text eol=lf
10-
*.txt text eol=lf
11-
*.xml text eol=lf
12-
*.yml text eol=lf
2+
* text=auto eol=lf
133

144
# Don't diff or textually merge source maps
155
*.map binary

0 commit comments

Comments
 (0)