diff --git a/.gitattributes b/.gitattributes index 4964429a867..94f480de94e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -*.js eol=lf +* text=auto eol=lf \ No newline at end of file diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 43f271a08cc..f1df04c8a3a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -78,8 +78,6 @@ jobs: node: ['10', '16'] name: Node ${{ matrix.node }} (Windows) steps: - - name: Configure git line-breaks - run: git config --global core.autocrlf false - name: Checkout Commit uses: actions/checkout@v2 - name: Setup Node