diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 00000000..1ff1f984 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,8 @@ +comment_width = 300 +edition = "2024" +imports_granularity = "Crate" +max_width = 100 +newline_style = "Unix" +normalize_comments = true +style_edition = "2024" +wrap_comments = false