From 7a0cd1de871fd9ec792abc3875e198599943b6fe Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 9 Jan 2020 00:19:41 +0100 Subject: [PATCH] Add a `.rustfmt.toml` that disable automatic formatting for nightly users --- .rustfmt.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .rustfmt.toml diff --git a/.rustfmt.toml b/.rustfmt.toml new file mode 100644 index 000000000..06eb57a17 --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1,3 @@ +# Temporarily disable rustfmt completely to avoid conflicts of newly formatted +# code with old PRs. +ignore = ["/"]