configure rustfmt correctly

This commit is contained in:
Michael Sowka 2020-01-22 21:01:27 +01:00
parent 613015aff7
commit 1798bb6e77
1 changed files with 6 additions and 8 deletions

View File

@ -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]