refactor: Replace tabs with spaces
Standardized indentation to use spaces with a new pre-commit hook.
This commit is contained in:
parent
32ae776c42
commit
94061bb916
613 changed files with 11572 additions and 11567 deletions
|
@ -1,5 +1,10 @@
|
||||||
fail_fast: false
|
fail_fast: false
|
||||||
repos:
|
repos:
|
||||||
|
- repo: https://github.com/Lucas-C/pre-commit-hooks
|
||||||
|
rev: v1.5.1
|
||||||
|
hooks:
|
||||||
|
- id: remove-tabs
|
||||||
|
exclude: "vendor-prefixes\\.txt$"
|
||||||
- repo: https://github.com/pocc/pre-commit-hooks
|
- repo: https://github.com/pocc/pre-commit-hooks
|
||||||
rev: v1.3.5
|
rev: v1.3.5
|
||||||
hooks:
|
hooks:
|
||||||
|
|
Loading…
Add table
Reference in a new issue