From 7d42170c8625de0fe44b98f47e8b9a603a9de794 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 24 Feb 2026 11:08:42 +0100 Subject: Genesis commit --- rustfmt.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 rustfmt.toml (limited to 'rustfmt.toml') diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..8632490 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,14 @@ +comment_width = 73 +wrap_comments = true +edition = "2024" +enum_discrim_align_threshold = 20 +hard_tabs = true +imports_layout = "Vertical" +match_block_trailing_comma = true +max_width = 80 +imports_granularity = "Module" +newline_style = "Unix" +group_imports = "StdExternalCrate" +struct_field_align_threshold = 20 +style_edition = "2024" +unstable_features = true -- cgit v1.2.3