Merge pull request #153 from bburton/patch-1

Create .gitattributes to ensure proper cloning with Windows Git
This commit is contained in:
Lucas Bickel 2017-04-10 00:13:20 +02:00 committed by GitHub
commit 0696b3c7bd

3
.gitattributes vendored Normal file
View file

@ -0,0 +1,3 @@
# Auto-detect text vs. binary files and ensure newlines are always LF for
# text files on check-out and check-in.
* text=auto eol=lf