Merge pull request #1774 from futurepaul/disable-rustfmt
authorMatt Corallo <649246+TheBlueMatt@users.noreply.github.com>
Mon, 17 Oct 2022 14:51:22 +0000 (14:51 +0000)
committerGitHub <noreply@github.com>
Mon, 17 Oct 2022 14:51:22 +0000 (14:51 +0000)
disable automatic formatting

rustfmt.toml [new file with mode: 0644]

diff --git a/rustfmt.toml b/rustfmt.toml
new file mode 100644 (file)
index 0000000..91b8023
--- /dev/null
@@ -0,0 +1 @@
+disable_all_formatting = true
\ No newline at end of file