Skip to content

Commit

Permalink
Initialize appveyor with autocrlf.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmienk committed Dec 13, 2016
1 parent 7ef98f6 commit 3d91d8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ environment:
matrix:
fast_finish: true

init:
- git config --global core.autocrlf true

before_build:
- ps: >-
$BASE_KEY = "HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall";
Expand Down

0 comments on commit 3d91d8b

Please sign in to comment.