From 2b0d2bd2da0ece6556abe61bae64b3725ccf093a Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Mon, 29 Sep 2025 16:39:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(formatting):=20add=20rustf?= =?UTF-8?q?mt=20configuration=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - set max_width to 100 for consistent code formatting --- 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..758d417 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1 @@ +max_width = 100