Skip to content

Commit

Permalink
Reduce the sledgehammer to a rock hammer
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 authored and hhugo committed Jun 26, 2024
1 parent ad5c34e commit 2f613d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Default behaviour, for if core.autocrlf isn't set
* text=auto

# Quoted strings with newlines
testsuite/internal.ml text eol=lf
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
git config --global core.ignorecase false
- name: Checkout tree
uses: actions/checkout@v4

Expand Down

0 comments on commit 2f613d2

Please sign in to comment.