Skip to content

Commit

Permalink
Force LF on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Feb 14, 2020
1 parent 48d859b commit 5813d1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitattributes
@@ -1,2 +1,2 @@
# Use LF for now to work around https://github.com/vuejs/vetur/issues/1319
* text=lf
* text=auto eol=lf
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Expand Up @@ -27,6 +27,12 @@ pool:

steps:

- script: |
git config --global core.autocrlf false
git config --global core.eol lf
- checkout: self

- task: NodeTool@0
inputs:
versionSpec: '8.x'
Expand Down

0 comments on commit 5813d1d

Please sign in to comment.