fix: hook entry
This commit is contained in:
parent
2869d1c905
commit
d00f8d4c0d
|
@ -1,7 +1,7 @@
|
||||||
- id: fmt
|
- id: fmt
|
||||||
name: fmt
|
name: fmt
|
||||||
description: Format files with rustfmt.
|
description: Format files with rustfmt.
|
||||||
entry: cargo fmt
|
entry: cargo fmt --
|
||||||
language: system
|
language: system
|
||||||
files: \.rs$
|
files: \.rs$
|
||||||
args: ['--write-mode=overwrite']
|
args: ['--write-mode=overwrite']
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
- id: fmt
|
- id: fmt
|
||||||
name: fmt
|
name: fmt
|
||||||
description: Format files with rustfmt.
|
description: Format files with rustfmt.
|
||||||
entry: cargo fmt
|
entry: cargo fmt --
|
||||||
language: system
|
language: system
|
||||||
files: \.rs$
|
files: \.rs$
|
||||||
args: ['--write-mode=overwrite']
|
args: ['--write-mode=overwrite']
|
||||||
|
|
Loading…
Reference in a new issue