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

17 lines
414 B
YAML
Raw Normal View History

2019-10-24 19:35:49 +00:00
---
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
2019-10-24 20:27:01 +00:00
exclude: >
(?x)^(
vim/colors/.*\.vim
)$