From 37b85323fca1208fc42633e08582b9ab14269d74 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Tue, 16 Oct 2018 12:48:48 +0200 Subject: [PATCH] fix cariage returns in git --- appveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 9ee8eda76..b36d8ce86 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,6 +23,11 @@ environment: CYG_SETUP: setup-x86.exe BASH: C:\cygwin\bin\bash +init: + # Carriage returns are bad + - cmd: + 'git config --global core.autocrlf input' + # Cache Cygwin files to speed up build cache: - '%CYG_CACHE%'