1 2 3 4 5 6 7 8 9 10
brace_style = "SameLineWhere" fn_single_line = true group_imports = "StdExternalCrate" imports_granularity = "Module" match_arm_blocks = false normalize_comments = true overflow_delimited_expr = true reorder_impl_items = true use_field_init_shorthand = true wrap_comments = true