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