diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fa1385d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* -text diff --git a/.github/workflows/precommit.yml b/.github/workflows/precommit.yml index 9bb7e9f..2fa1efb 100644 --- a/.github/workflows/precommit.yml +++ b/.github/workflows/precommit.yml @@ -53,10 +53,6 @@ jobs: - name: Add safe git directory uses: Chia-Network/actions/git-mark-workspace-safe@main - - name: disable git autocrlf - run: | - git config --global core.autocrlf false - - uses: actions/checkout@v6 with: fetch-depth: 0