pre-commit-rust/.pre-commit-hooks.yaml
2018-07-31 07:12:55 +03:00

8 lines
143 B
YAML

- id: fmt
name: fmt
description: Format files with rustfmt.
entry: rustfmt --
language: system
files: \.rs$
args: []