|
edition = "2021"
|
|
array_width = 80
|
|
attr_fn_like_width = 80
|
|
chain_width = 80
|
|
#condense_wildcard_suffixes = true
|
|
#enum_discrim_align_threshold = 40
|
|
fn_call_width = 80
|
|
#fn_single_line = true
|
|
#format_code_in_doc_comments = true
|
|
#format_macro_matchers = true
|
|
#format_strings = true
|
|
#group_imports = "StdExternalCrate"
|
|
#hex_literal_case = "Lower"
|
|
#imports_granularity = "Crate"
|
|
newline_style = "Unix"
|
|
#normalize_doc_attributes = true
|
|
#reorder_impl_items = true
|
|
single_line_if_else_max_width = 60
|
|
struct_lit_width = 40
|
|
use_field_init_shorthand = true
|
|
use_try_shorthand = true
|