diff options
author | w0rp <devw0rp@gmail.com> | 2017-09-05 23:13:33 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-09-05 23:13:33 +0100 |
commit | a170cc806aa82a1a087911545e4ff5b71d1b777b (patch) | |
tree | 2fd7c7309efb0b7a7028a5c92f918be526c93d2b | |
parent | 22a0cd6e05bc982a84e807e98e1ec4ede59cfd06 (diff) | |
download | ale-a170cc806aa82a1a087911545e4ff5b71d1b777b.zip |
Do not mess with newlines for git config
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 634aa8bd..76b026f6 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,5 +1,7 @@ --- init: + # Stop git from changing newlines + - git config --global core.autocrlf input # Set up the build environment - '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 /release' |