From 4020a2f8b9c8cfced013951f861a17c845f2d83a Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Mon, 6 Aug 2018 13:45:02 -0700 Subject: [PATCH] chore(lib): disable all rustfmt for now while its unstable --- .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 0000000000..c7ad93bafe --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1 @@ +disable_all_formatting = true