mirror of
https://github.com/figsoda/mmtc
synced 2024-11-10 18:24:13 +00:00
12 lines
331 B
TOML
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
|