1
0
MarkusRost 5 жил өмнө
parent
commit
0ad2d56fa2

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

@@ -12,8 +12,8 @@ jobs:
     steps:
       - uses: actions/checkout@v2
       - 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.email 37275477+Markus-Rost@users.noreply.github.com
           git add .