mirror of https://github.com/fafhrd91/actix-web
configure rustfmt correctly
This commit is contained in:
parent
613015aff7
commit
1798bb6e77
|
@ -1,8 +1,6 @@
|
||||||
---
|
restylers:
|
||||||
image: restyled/restyler-rustfmt:v1.4.11-nightly
|
- name: rustfmt
|
||||||
command:
|
image: restyled/restyler-rustfmt:v1.4.11-nightly
|
||||||
- rustfmt
|
command: [rustfmt]
|
||||||
arguments: []
|
include: ["**/*.rs"]
|
||||||
include:
|
arguments: [--edition 2018]
|
||||||
- "**/*.rs"
|
|
||||||
interpreters: []
|
|
||||||
|
|
Loading…
Reference in New Issue