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"