diff --git a/.restyled.yaml b/.restyled.yaml new file mode 100644 index 000000000..0110dd635 --- /dev/null +++ b/.restyled.yaml @@ -0,0 +1,8 @@ +--- +image: restyled/restyler-rustfmt:v1.4.11-nightly +command: +- rustfmt +arguments: [] +include: +- "**/*.rs" +interpreters: []