Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 06842ce

Browse files
committed
Set CRLF on Appveyor
1 parent 8bc1ccb commit 06842ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ clone_depth: 10
1212

1313
skip_tags: true
1414

15+
init:
16+
# Use CRLF to test correct Windows behavior
17+
- git config --global core.autocrlf true
18+
1519
install:
1620
- ps: Install-Product node 12
1721
- npm run prepare

0 commit comments

Comments
 (0)