From a170cc806aa82a1a087911545e4ff5b71d1b777b Mon Sep 17 00:00:00 2001 From: w0rp Date: Tue, 5 Sep 2017 23:13:33 +0100 Subject: [PATCH] Do not mess with newlines for git config --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 634aa8b..76b026f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,5 +1,7 @@ --- init: + # Stop git from changing newlines + - git config --global core.autocrlf input # Set up the build environment - '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 /release'