Skip to content

Commit 4c0d9a4

Browse files
committed
restore tab to space in pre-commit
1 parent fb450df commit 4c0d9a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ repos:
3838
- repo: https://github.com/Lucas-C/pre-commit-hooks
3939
rev: v1.5.5
4040
hooks:
41+
- id: remove-tabs
42+
name: Remove tabs (4 spaces)
43+
args: ["--whitespaces-count", "4"]
44+
exclude: \.(yaml|yml|html|htm|sln|atsln|layout)$|Makefile|\.(mgw|mak|MAK)$|Dockerfile$
4145
- id: remove-tabs
4246
name: Remove tabs (2 spaces)
4347
args: ["--whitespaces-count", "2"]

0 commit comments

Comments
 (0)