pre-commit-rust/hooks.yaml

8 lines
143 B
YAML
Raw Normal View History

2017-04-13 13:30:33 +01:00
- id: fmt
name: fmt
description: Format files with rustfmt.
2018-07-26 21:07:00 +01:00
entry: rustfmt --
2017-04-13 13:30:33 +01:00
language: system
2017-04-17 10:18:53 +01:00
files: \.rs$
2018-07-26 21:07:00 +01:00
args: []