From 613015aff796b079f51840c71c4ff5a035e561c8 Mon Sep 17 00:00:00 2001 From: Michael Sowka Date: Wed, 22 Jan 2020 20:42:53 +0100 Subject: [PATCH] add restyled.io config --- .restyled.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .restyled.yaml 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: []