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.
This commit is contained in:
Tomek Święcicki
2019-01-30 23:36:14 +01:00
committed by Henning Jacobs
parent e265ca4d79
commit fc8bd6b89d

7
.gitattributes vendored
View File

@@ -1 +1,6 @@
* text eol=lf * text eol=lf
*.png binary
*.jpg binary
*.ico binary
*.woff2 binary