Răsfoiți Sursa

Update tabindent.yml

MarkusRost 5 ani în urmă
părinte
comite
0ad2d56fa2
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      .github/workflows/tabindent.yml

+ 2 - 2
.github/workflows/tabindent.yml

@@ -12,8 +12,8 @@ jobs:
     steps:
     steps:
       - uses: actions/checkout@v2
       - uses: actions/checkout@v2
       - run: |
       - run: |
-          git config filter.tabspace.smudge 'unexpand --tabs=4 --first-only'
-          git config filter.tabspace.clean 'unexpand --tabs=4 --first-only'
+          git config filter.tabindent.smudge 'unexpand --tabs=4 --first-only'
+          git config filter.tabindent.clean 'unexpand --tabs=4 --first-only'
           git config user.name Markus-Rost
           git config user.name Markus-Rost
           git config user.email 37275477+Markus-Rost@users.noreply.github.com
           git config user.email 37275477+Markus-Rost@users.noreply.github.com
           git add .
           git add .