From 416830c4b5757f0bcaad59a9613f2ff24decd264 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Sat, 14 Mar 2026 20:20:50 +0100 Subject: [PATCH] feat(rust): add rustfmt config --- rust/rustfmt.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rust/rustfmt.toml diff --git a/rust/rustfmt.toml b/rust/rustfmt.toml new file mode 100644 index 0000000..7919108 --- /dev/null +++ b/rust/rustfmt.toml @@ -0,0 +1,4 @@ +edition = "2024" +max_width = 80 +wrap_comments = true +imports_granularity = "Item"