We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb450df commit 4c0d9a4Copy full SHA for 4c0d9a4
.pre-commit-config.yaml
@@ -38,6 +38,10 @@ repos:
38
- repo: https://github.com/Lucas-C/pre-commit-hooks
39
rev: v1.5.5
40
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$
45
- id: remove-tabs
46
name: Remove tabs (2 spaces)
47
args: ["--whitespaces-count", "2"]
0 commit comments