Skip to content

Commit f2dab82

Browse files
committed
add .gitattributes file to enforce Unix newlines within the repo
1 parent 5a826a6 commit f2dab82

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+
*.less text eol=lf
7+
*.md text eol=lf
8+
*.yml text eol=lf

0 commit comments

Comments
 (0)