From 1e1c3f6afe473ea6656909806526e4b601359f5b Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 12 Sep 2023 06:40:28 -0500 Subject: [PATCH] adding rustfmt for style --- 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..0c3b24b --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1 @@ +max_width = 70 \ No newline at end of file