Fix line endings (#709)

* Note that .bat has CRLF endings

* Remove line endings on .bat

It will be normalized correctly on checkout
This commit is contained in:
David Fischer 2018-12-18 11:45:19 -08:00 committed by Aaron Carlisle
parent ceb2ef463c
commit ab10feb6a5
2 changed files with 39 additions and 38 deletions

1
.gitattributes vendored
View File

@ -1,6 +1,7 @@
# Document global line endings settings
# https://help.github.com/articles/dealing-with-line-endings/
* text eol=lf
*.bat text eol=crlf
# Denote all files that are truly binary and should not be modified.