edition = "2021"
max_width = 100
hard_tabs = false
tab_spaces = 4
newline_style = "Auto"
imports_granularity = "Crate"
group_imports = "StdExternalCrate"
reorder_imports = true
reorder_modules = true
use_small_heuristics = "Default"
fn_single_line = false
where_single_line = false
control_brace_style = "AlwaysSameLine"
brace_style = "SameLineWhere"
chain_width = 60
force_multiline_blocks = false
comment_width = 80
wrap_comments = true
normalize_comments = true
normalize_doc_attributes = true
match_arm_blocks = true
match_block_trailing_comma = false
overflow_delimited_expr = false
use_try_shorthand = true
remove_nested_parens = true
reorder_impl_items = true
format_strings = false
format_macro_matchers = true
format_macro_bodies = true