Skip to content

Commit

Permalink
Add .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dbarnett committed Oct 31, 2022
1 parent 80b47c5 commit 88ad116
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# See https://pre-commit.com for more information
repos:
- repo: https://github.com/google/vimdoc
rev: v0.7.1
hooks:
- id: vimdoc

0 comments on commit 88ad116

Please sign in to comment.