Don't automatically convert to CRLF in AppVeyor
We have test files with both types of line endings, leave them as they are for tests.
This commit is contained in:
parent
37ab263305
commit
86950618a5
@ -4,7 +4,7 @@ clone_folder: c:\gopath\src\github.com\hashicorp\hcl
|
||||
environment:
|
||||
GOPATH: c:\gopath
|
||||
init:
|
||||
- git config --global core.autocrlf true
|
||||
- git config --global core.autocrlf false
|
||||
install:
|
||||
- cmd: >-
|
||||
echo %Path%
|
||||
|
Loading…
Reference in New Issue
Block a user