vim-settings/.pre-commit-config.yaml

17 lines
414 B
YAML

---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.2.3
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
# After merging, this should change to the upstream and point to master
- repo: https://github.com/ViViDboarder/vint
rev: pre-commit-support
hooks:
- id: vint
exclude: >
(?x)^(
vim/colors/.*\.vim
)$