|
1 | | -verbose = false |
2 | | -disable_all_formatting = false |
3 | | -skip_children = false |
4 | 1 | max_width = 120 |
5 | | -error_on_line_overflow = true |
| 2 | +hard_tabs = false |
6 | 3 | tab_spaces = 4 |
7 | | -fn_call_width = 60 |
8 | | -struct_lit_width = 18 |
9 | | -struct_variant_width = 35 |
10 | | -force_explicit_abi = true |
11 | 4 | newline_style = "Unix" |
12 | | -fn_brace_style = "SameLineWhere" |
13 | | -item_brace_style = "SameLineWhere" |
14 | | -control_style = "Rfc" |
15 | | -control_brace_style = "AlwaysSameLine" |
16 | | -impl_empty_single_line = true |
17 | | -trailing_comma = "Vertical" |
18 | | -fn_empty_single_line = true |
| 5 | +use_small_heuristics = true |
| 6 | +indent_style = "Block" |
| 7 | +wrap_comments = false |
| 8 | +comment_width = 100 |
| 9 | +normalize_comments = false |
| 10 | +format_strings = false |
| 11 | +empty_item_single_line = true |
| 12 | +struct_lit_single_line = true |
19 | 13 | fn_single_line = false |
20 | | -fn_return_indent = "WithArgs" |
21 | | -fn_args_paren_newline = false |
22 | | -fn_args_density = "Tall" |
23 | | -fn_args_layout = "Block" |
24 | | -array_layout = "Block" |
25 | | -array_width = 60 |
26 | | -type_punctuation_density = "Wide" |
27 | | -where_style = "Rfc" |
28 | | -where_density = "CompressedIfEmpty" |
29 | | -where_layout = "Vertical" |
30 | | -where_pred_indent = "Visual" |
31 | | -generics_indent = "Block" |
32 | | -struct_lit_style = "Block" |
33 | | -struct_lit_multiline_style = "PreferSingle" |
34 | | -fn_call_style = "Block" |
35 | | -report_todo = "Never" |
36 | | -report_fixme = "Never" |
37 | | -chain_indent = "Block" |
38 | | -chain_one_line_max = 60 |
39 | | -chain_split_single_child = false |
| 14 | +where_single_line = false |
| 15 | +imports_indent = "Visual" |
| 16 | +imports_layout = "Mixed" |
| 17 | +merge_imports = false |
40 | 18 | reorder_imports = true |
41 | | -reorder_imports_in_group = true |
42 | | -reorder_imported_names = true |
43 | | -single_line_if_else_max_width = 50 |
44 | | -format_strings = false |
45 | | -force_format_strings = false |
46 | | -take_source_hints = false |
47 | | -hard_tabs = false |
48 | | -wrap_comments = false |
49 | | -comment_width = 80 |
50 | | -normalize_comments = true |
51 | | -wrap_match_arms = true |
52 | | -match_block_trailing_comma = false |
53 | | -indent_match_arms = true |
54 | | -closure_block_indent_threshold = 7 |
55 | | -space_before_type_annotation = false |
56 | | -space_after_type_annotation_colon = true |
57 | | -space_before_struct_lit_field_colon = false |
58 | | -space_after_struct_lit_field_colon = true |
59 | | -space_before_bound = false |
60 | | -space_after_bound_colon = true |
| 19 | +reorder_modules = true |
| 20 | +reorder_impl_items = false |
| 21 | +type_punctuation_density = "Wide" |
| 22 | +space_before_colon = false |
| 23 | +space_after_colon = true |
61 | 24 | spaces_around_ranges = false |
62 | | -spaces_within_angle_brackets = false |
63 | | -spaces_within_square_brackets = false |
64 | | -spaces_within_parens = false |
65 | | -use_try_shorthand = true |
66 | | -write_mode = "Replace" |
67 | | -condense_wildcard_suffixes = false |
| 25 | +spaces_within_parens_and_brackets = false |
| 26 | +binop_separator = "Front" |
| 27 | +remove_blank_lines_at_start_or_end_of_block = true |
68 | 28 | combine_control_expr = true |
| 29 | +struct_field_align_threshold = 0 |
| 30 | +match_arm_blocks = true |
| 31 | +force_multiline_blocks = false |
| 32 | +fn_args_density = "Tall" |
| 33 | +brace_style = "SameLineWhere" |
| 34 | +control_brace_style = "AlwaysSameLine" |
| 35 | +trailing_semicolon = true |
| 36 | +trailing_comma = "Vertical" |
| 37 | +match_block_trailing_comma = false |
| 38 | +blank_lines_upper_bound = 1 |
| 39 | +blank_lines_lower_bound = 0 |
| 40 | +merge_derives = true |
| 41 | +use_try_shorthand = false |
| 42 | +condense_wildcard_suffixes = false |
| 43 | +force_explicit_abi = true |
| 44 | +use_field_init_shorthand = false |
| 45 | +write_mode = "Overwrite" |
| 46 | +color = "Auto" |
| 47 | +unstable_features = false |
| 48 | +disable_all_formatting = false |
| 49 | +skip_children = false |
| 50 | +hide_parse_errors = false |
| 51 | +error_on_line_overflow = false |
| 52 | +error_on_unformatted = false |
| 53 | +report_todo = "Never" |
| 54 | +report_fixme = "Never" |
| 55 | +ignore = [] |
| 56 | +verbose_diff = false |
0 commit comments