edition = "2021"
max_width = 100
tab_spaces = 4
hard_tabs = false
imports_granularity = "Crate"
group_imports = "StdExternalCrate"
imports_layout = "Vertical"
fn_args_layout = "Tall"
fn_call_width = 80
struct_lit_width = 40
struct_variant_width = 40
array_width = 80
chain_width = 60
reorder_impl_items = true
comment_width = 80
wrap_comments = true
normalize_comments = true
normalize_doc_attributes = true
control_brace_style = "AlwaysSameLine"
match_block_trailing_comma = true
trailing_comma = "Vertical"
trailing_semicolon = true
newline_style = "Unix"
blank_lines_upper_bound = 2
blank_lines_lower_bound = 0
space_after_colon = true
space_before_colon = false
spaces_around_ranges = false
use_field_init_shorthand = true
use_try_shorthand = true
format_code_in_doc_comments = true
format_strings = true
remove_nested_parens = true
reorder_imports = true