diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-02-24 11:08:42 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-02-24 11:08:42 +0100 |
| commit | 7d42170c8625de0fe44b98f47e8b9a603a9de794 (patch) | |
| tree | 86623e0e0809d23ee3dd861ad7006ff21672e455 /rustfmt.toml | |
Genesis commit
Diffstat (limited to 'rustfmt.toml')
| -rw-r--r-- | rustfmt.toml | 14 |
1 files changed, 14 insertions, 0 deletions
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 |