jetstream/rustfmt.toml

15 lines
361 B
TOML
Raw Permalink Normal View History

2024-03-13 16:38:31 +00:00
# rustfmt.toml
# Set the maximum width of each line
max_width = 80
condense_wildcard_suffixes = true
imports_granularity = "Crate"
merge_derives = true
imports_layout = "Mixed"
reorder_imports = true
normalize_comments = true
normalize_doc_attributes = true
reorder_impl_items = true
group_imports = "StdExternalCrate"
edition = "2021"
unstable_features = true