From 901670fffc66932a9431832e5120c04ddd7c91de Mon Sep 17 00:00:00 2001 From: claustromaniac <20734810+claustromaniac@users.noreply.github.com> Date: Mon, 18 Dec 2017 12:26:03 +0000 Subject: [PATCH] Convert BAT line-endings to CRLF LF is messing with calls to :message in the updater, at least on my end. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index c57b4ca..57a69e7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,5 +4,6 @@ *.md text *.yml text *.txt text +*.bat text eol=crlf *.png binary