From 1621c4f2d07151e8da3c1604933dc4920504ac09 Mon Sep 17 00:00:00 2001 From: Michael Ganss Date: Wed, 7 Dec 2016 14:05:01 +0100 Subject: [PATCH] Set autocrlf to true in appveyor.yml --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index ab507a3e..b648c1eb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,7 @@ version: 1.0.{build} skip_tags: true +init: + - git config --global core.autocrlf true install: - nuget restore configuration: Release