Do not mess with newlines for git config

This commit is contained in:
w0rp 2017-09-05 23:13:33 +01:00
parent 22a0cd6e05
commit a170cc806a
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
--- ---
init: init:
# Stop git from changing newlines
- git config --global core.autocrlf input
# Set up the build environment # Set up the build environment
- '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" - '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd"
/x64 /release' /x64 /release'