Add .gitattributes to normalize line endings

This commit is contained in:
Jesse Griffin 2017-06-23 09:59:54 -06:00
parent db232e0cb5
commit ee1280ea77
3 changed files with 4 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

3
.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
# Set line endings to Unix
text eol=lf

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.DS_Store