Merge pull request #2 from Calinou/update-configuration-example

docs: Update configuration example
This commit is contained in:
Fadi Hadzh 2018-10-16 18:59:38 +03:00 committed by GitHub
commit 210883a5b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
# Rust hooks for pre-commit # Rust hooks for pre-commit
[Rust](https://www.rust-lang.org) tools package for [pre-commit](http://pre-commit.com). [Rust](https://www.rust-lang.org) tools package for [pre-commit](https://pre-commit.com).
## Using rust tools with pre-commit ## Using rust tools with pre-commit
```yaml ```yaml
- repo: git://github.com/doublify/pre-commit-rust - repo: https://github.com/doublify/pre-commit-rust
sha: master rev: master
hooks: hooks:
- id: fmt - id: fmt
``` ```