mmtc/rustfmt.toml
2020-10-21 12:53:01 -04:00

12 lines
331 B
TOML

condense_wildcard_suffixes = true
edition = "2018"
format_code_in_doc_comments = true
merge_imports = true
newline_style = "unix"
normalize_comments = true
normalize_doc_attributes = true
overflow_delimited_expr = false
reorder_impl_items = true
spaces_around_ranges = true
use_field_init_shorthand = true
use_try_shorthand = true