Skip to content

Commit

Permalink
switched core.autocrlf from input to true
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Spatz committed Nov 19, 2014
1 parent cb66d15 commit c8db115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ skip_tags: true

# scripts that are called at very beginning, before repo cloning
init:
- git config --global core.autocrlf input
- git config --global core.autocrlf true

# enable patching of AssemblyInfo.* files
assembly_info:
Expand Down

0 comments on commit c8db115

Please sign in to comment.