From e24afa7ee384574fff576db1bca3d9e6c64d11d6 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Sat, 15 Oct 2022 17:46:06 -0400 Subject: [PATCH] disable all formatting --- 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 000000000..91b802328 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1 @@ +disable_all_formatting = true \ No newline at end of file -- 2.39.5