From 4465ad7401c519dfe82d9d614d194f9c9ad6f0de Mon Sep 17 00:00:00 2001 From: Bartosz Nowak Date: Mon, 6 Jan 2025 19:07:53 +0100 Subject: [PATCH] fmt config --- rustfmt.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..5a2772f --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,2 @@ +# rustfmt.toml +max_width = 150 # Set the max line length to 150 characters