From 21135d817e032bd65a9be475971fa9185e5d2d70 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Wed, 31 May 2023 12:56:40 -0500 Subject: [PATCH] rustfmt --- rustfmt.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index 6f2e075..a3be6a8 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1 +1,3 @@ -tab_spaces = 2 \ No newline at end of file +max_width = 80 +tab_spaces = 2 +wrap_comments = true