diff options
author | Joel Spadin <[email protected]> | 2023-04-22 23:25:56 -0500 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2023-04-24 16:07:04 -0700 |
commit | 94061bb91629a83cfe251e63799a9be04a1564d4 (patch) | |
tree | dea287a5a6274d2a0aeed21d280031f58d0ee0c8 /.pre-commit-config.yaml | |
parent | 32ae776c42215d7302ab47787cbfb47298ccb532 (diff) | |
download | zmk-94061bb91629a83cfe251e63799a9be04a1564d4.tar.gz zmk-94061bb91629a83cfe251e63799a9be04a1564d4.zip |
refactor: Replace tabs with spaces
Standardized indentation to use spaces with a new pre-commit hook.
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7687fc6ee2..1375a6ae70 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,10 @@ fail_fast: false 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 rev: v1.3.5 hooks: |