Skip to content

Commit b6ed29e

Browse files
committed
Merge pull request #321 from twbs/line-endings
Enforce Unix line endings.
2 parents 9d70008 + 9ab945a commit b6ed29e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitattributes

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +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+
*.yml text eol=lf

0 commit comments

Comments
 (0)