From 64c672a8cdbc9fe9ab3c02b9cb07717a713f09f0 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Fri, 9 Jun 2017 15:34:07 -0700 Subject: [PATCH] prevent rustfmt from ever formatting reqwest --- .rustfmt.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .rustfmt.toml diff --git a/.rustfmt.toml b/.rustfmt.toml new file mode 100644 index 0000000..c7ad93b --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1 @@ +disable_all_formatting = true