Added pre-commit.

This commit is contained in:
Xithrius 2021-08-23 16:33:31 -07:00
parent 05d3c672bc
commit a600be37a0
No known key found for this signature in database
GPG Key ID: BD0FC909FA912B62

6
.pre-commit-config.yaml Normal file
View File

@ -0,0 +1,6 @@
repos:
- repo: https://github.com/doublify/pre-commit-rust
rev: master
hooks:
- id: fmt
args: [ '--verbose' ]