diff --git a/.gitattributes b/.gitattributes index 9f030c9633..6e0357a1fd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ .git_archival.txt export-subst **/*.lock linguist-generated=false +* -text diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index dc75d67e05..fecebdcb90 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -62,10 +62,6 @@ jobs: - 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 diff --git a/.github/workflows/test-single.yml b/.github/workflows/test-single.yml index 34fab3457f..aac8ab85cd 100644 --- a/.github/workflows/test-single.yml +++ b/.github/workflows/test-single.yml @@ -133,10 +133,6 @@ jobs: BLOCKS_AND_PLOTS_VERSION: 0.45.3 steps: - - name: Configure git - run: | - git config --global core.autocrlf false - - name: Checkout code uses: actions/checkout@v6 with: