소스 검색

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 .