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