Skip to content

Commit

Permalink
Set gitattributes so users get the right settings
Browse files Browse the repository at this point in the history
  • Loading branch information
muan committed May 26, 2020
1 parent d640694 commit eaa1395
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text eol=lf
4 changes: 0 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v2
- name: Use Node.js 12.x
uses: actions/setup-node@v1
Expand Down

0 comments on commit eaa1395

Please sign in to comment.