From 54cdce0e10fc741028a845b9dadf47e0079f4c6c Mon Sep 17 00:00:00 2001 From: xinchen Date: Wed, 4 Aug 2021 00:40:53 -0700 Subject: [PATCH] CI: config git autocrlf --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 27ce1ff..e9c440a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,6 +4,9 @@ branches: - master skip_tags: true +init: + - git config --global core.autocrlf true + environment: matrix: - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015