From ee4c72c7aa54192dc7452c861d4f0c4cccf9a81c Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Tue, 27 Jun 2017 21:14:37 +0200 Subject: [PATCH] Revert "AppVeyor: drop init line, add .gitattributes (#539)" This reverts commit e37ce502ea10106348d32eac074c834dc3827064. --- .gitattributes | 2 -- appveyor.yml | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 99cda56..0000000 --- a/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -* text eol=lf - diff --git a/appveyor.yml b/appveyor.yml index bde52a7..8d26c01 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,6 +17,9 @@ environment: - ruby_version: "21" # Older version, but matches Travis-CI - ruby_version: "21-x64" +init: + - git config --global core.autocrlf true + install: - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%