1+ # array_width - allow use_small_heuristics
2+ # attr_fn_like_width - allow use_small_heuristics
13binop_separator = " Front"
24blank_lines_lower_bound = 0
35blank_lines_upper_bound = 1
46brace_style = " SameLineWhere"
7+ # chain_width - allow use_small_heuristics
58color = " Auto"
69combine_control_expr = false
710comment_width = 120
811condense_wildcard_suffixes = true
912control_brace_style = " ClosingNextLine"
1013disable_all_formatting = false
14+ # edition - allow default read from Cargo.toml
1115empty_item_single_line = true
1216enum_discrim_align_threshold = 0
1317error_on_line_overflow = true
1418error_on_unformatted = true
15- fn_args_layout = " Tall"
19+ # fn_args_layout = "Tall" - Deprecated, see fn_params_layout
20+ # fn_call_width - allow use_small_heuristics
21+ fn_params_layout = " Tall"
1622fn_single_line = false
1723force_explicit_abi = true
1824force_multiline_blocks = true
1925format_code_in_doc_comments = true
26+ doc_comment_code_block_width = 120
27+ format_generated_files = false
28+ format_macro_matchers = true
2029format_macro_bodies = true
21- format_macro_matchers = false
30+ skip_macro_invocations = []
2231format_strings = true
2332hard_tabs = true
33+ hex_literal_case = " Upper"
2434hide_parse_errors = false
35+ ignore = []
2536imports_indent = " Block"
2637imports_layout = " HorizontalVertical"
27- imports_granularity = " Crate"
2838indent_style = " block"
2939inline_attribute_width = 0
3040match_arm_blocks = true
3141match_arm_leading_pipes = " Never"
3242match_block_trailing_comma = true
3343max_width = 120
3444merge_derives = true
45+ imports_granularity = " Crate"
46+ # merge_imports - deprecated
3547newline_style = " Unix"
36- normalize_comments = false
48+ normalize_comments = true
3749normalize_doc_attributes = true
3850overflow_delimited_expr = true
3951remove_nested_parens = true
4052reorder_impl_items = true
4153reorder_imports = true
4254group_imports = " StdExternalCrate"
4355reorder_modules = true
44- report_fixme = " Never "
45- report_todo = " Never "
56+ # required_version - allow default
57+ short_array_element_width_threshold = 8
4658skip_children = false
59+ # single_line_if_else_max_width - allow use_small_heuristics
60+ # single_line_let_else_max_width - allow use_small_heuristics
4761space_after_colon = true
4862space_before_colon = false
4963spaces_around_ranges = false
5064struct_field_align_threshold = 0
5165struct_lit_single_line = true
66+ # struct_lit_width - allow use_small_heuristics
67+ # struct_variant_width - allow use_small_heuristics
5268tab_spaces = 4
5369trailing_comma = " Vertical"
5470trailing_semicolon = true
@@ -57,5 +73,6 @@ unstable_features = true
5773use_field_init_shorthand = true
5874use_small_heuristics = " Default"
5975use_try_shorthand = true
76+ version = " Two"
6077where_single_line = true
6178wrap_comments = true
0 commit comments