From cea30e01736c1903529aa3e4d75b426254dcec56 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 31 Mar 2026 21:26:14 +0100 Subject: [PATCH] rustfmt: the only rule that matters --- 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..1db7efe --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1 @@ +max_width=80 \ No newline at end of file