瀏覽代碼

Update tabindent.yml

MarkusRost 5 年之前
父節點
當前提交
0ad2d56fa2
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/tabindent.yml

+ 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 .