mmtc/rustfmt.toml

13 lines
331 B
TOML
Raw Normal View History

2020-10-21 16:53:01 +00:00
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