Skip to content

Commit 3d96497

Browse files
committed
Add .pre-commit-config.yaml
Install pre-commit.com and run `pre-commit install` in your local repo and it'll automatically run vimdoc for you whenever you commit. See google/vimdoc#123 for more details.
1 parent 7141f6d commit 3d96497

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# See https://pre-commit.com for more information
2+
repos:
3+
- repo: https://github.com/google/vimdoc
4+
rev: v0.7.1
5+
hooks:
6+
- id: vimdoc

0 commit comments

Comments
 (0)