Skip to content
This repository was archived by the owner on Oct 3, 2020. It is now read-only.

Commit fc8bd6b

Browse files
tomislaterhjacobs
authored andcommitted
Fix a problem regarding EOL on macOS (#202)
Here's more information: https://help.github.com/articles/dealing-with-line-endings/ After cloning this repository if someone does not set `core.autocrlf` properly may encounter a problem with EOL.
1 parent e265ca4 commit fc8bd6b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitattributes

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
* text eol=lf
1+
* text eol=lf
2+
3+
*.png binary
4+
*.jpg binary
5+
*.ico binary
6+
*.woff2 binary

0 commit comments

Comments
 (0)