1+ # array_width = 60
2+ # attr_fn_like_width = 70
3+ binop_separator = " Front"
4+ blank_lines_lower_bound = 0
5+ blank_lines_upper_bound = 1
16brace_style = " PreferSameLine"
2- enum_discrim_align_threshold = 100
3- force_explicit_abi = false
4- force_multiline_blocks = true
7+ # chain_width = 60
8+ color = " Auto"
9+ # comment_width = 100
10+ condense_wildcard_suffixes = true
11+ control_brace_style = " AlwaysSameLine"
12+ empty_item_single_line = true
13+ enum_discrim_align_threshold = 80
14+ error_on_line_overflow = false
15+ error_on_unformatted = false
16+ # fn_call_width = 60
17+ fn_params_layout = " Tall"
18+ fn_single_line = false
19+ force_explicit_abi = true
20+ force_multiline_blocks = false
521format_code_in_doc_comments = true
22+ doc_comment_code_block_width = 80
23+ format_generated_files = true
624format_macro_matchers = true
25+ format_macro_bodies = true
26+ skip_macro_invocations = []
27+ format_strings = true
28+ hard_tabs = false
29+ hex_literal_case = " Upper"
30+ imports_indent = " Block"
31+ imports_layout = " Mixed"
32+ indent_style = " Block"
33+ inline_attribute_width = 0
34+ match_arm_blocks = true
35+ match_arm_leading_pipes = " Never"
36+ match_block_trailing_comma = true
737max_width = 100
38+ merge_derives = true
39+ imports_granularity = " Crate"
840newline_style = " Unix"
41+ normalize_comments = false
942normalize_doc_attributes = true
1043overflow_delimited_expr = true
44+ remove_nested_parens = true
1145reorder_impl_items = true
46+ reorder_imports = true
47+ group_imports = " StdExternalCrate"
48+ reorder_modules = true
49+ short_array_element_width_threshold = 10
50+ # single_line_if_else_max_width = 50
51+ space_after_colon = true
52+ space_before_colon = false
53+ spaces_around_ranges = false
54+ struct_field_align_threshold = 80
1255struct_lit_single_line = false
56+ # struct_lit_width = 18
57+ # struct_variant_width = 35
58+ tab_spaces = 4
59+ trailing_comma = " Vertical"
60+ trailing_semicolon = true
61+ type_punctuation_density = " Wide"
1362use_field_init_shorthand = true
14- use_small_heuristics = " Off"
15- use_try_shorthand = true
63+ use_small_heuristics = " Max"
64+ use_try_shorthand = true
65+ where_single_line = false
66+ wrap_comments = false
0 commit comments