Skip to content

Commit

Permalink
tools: force LF line endings via .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
bastimeyer committed Dec 23, 2020
1 parent 6178f3a commit 0958647
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ jobs:
runs-on: ${{ matrix.os }}
timeout-minutes: 60
steps:
- name: Git config on Windows
if: startsWith(matrix.os, 'windows')
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v2
with:
fetch-depth: 0
Expand Down

0 comments on commit 0958647

Please sign in to comment.