From 90e4346f6d55a300de37143647b9cdcf0dc720dee755b0a84f375b9f935f4d0d Mon Sep 17 00:00:00 2001 From: RavenX8 <7156279+RavenX8@users.noreply.github.com> Date: Sun, 9 Mar 2025 17:03:12 -0400 Subject: [PATCH] - add: rustfmt max_width set --- 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..5081dbc --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1 @@ +max_width = 120 \ No newline at end of file