Convert BAT line-endings to CRLF

LF is messing with calls to :message in the updater, at least on my end.
This commit is contained in:
claustromaniac 2017-12-18 12:26:03 +00:00 committed by GitHub
parent 3a403cd120
commit 901670fffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitattributes vendored
View File

@ -4,5 +4,6 @@
*.md text
*.yml text
*.txt text
*.bat text eol=crlf
*.png binary