reorder_imports = true
|
|
wrap_comments = true
|
|
normalize_comments = true
|
|
format_strings = true
|
|
struct_field_align_threshold = 40
|
|
use_try_shorthand = true
|
|
match_block_trailing_comma = true
|
|
use_field_init_shorthand = true
|
|
edition = "2018"
|
|
condense_wildcard_suffixes = true
|
|
merge_imports = true
|
|
imports_layout = "Mixed"
|
|
unstable_features = true
|