diff --git a/.restyled.yaml b/.restyled.yaml index 0110dd635..ecb2f940f 100644 --- a/.restyled.yaml +++ b/.restyled.yaml @@ -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]