|
1 |
| -binop_separator = "Front" |
2 |
| -blank_lines_lower_bound = 0 |
3 |
| -blank_lines_upper_bound = 1 |
4 |
| -brace_style = "SameLineWhere" |
5 |
| -color = "Auto" |
6 |
| -combine_control_expr = true |
7 |
| -comment_width = 80 |
8 |
| -condense_wildcard_suffixes = false |
9 |
| -control_brace_style = "AlwaysSameLine" |
10 |
| -disable_all_formatting = false |
| 1 | +max_width = 120 |
| 2 | +hard_tabs = false |
| 3 | +tab_spaces = 4 |
| 4 | +newline_style = "Unix" |
| 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 | 11 | empty_item_single_line = true
|
12 |
| -error_on_line_overflow = false |
13 |
| -error_on_unformatted = false |
14 |
| -fn_args_density = "Tall" |
| 12 | +struct_lit_single_line = true |
15 | 13 | fn_single_line = false
|
16 |
| -force_explicit_abi = true |
17 |
| -force_multiline_blocks = false |
18 |
| -format_strings = false |
19 |
| -hard_tabs = false |
20 |
| -hide_parse_errors = false |
21 |
| -ignore = [] |
| 14 | +where_single_line = false |
22 | 15 | imports_indent = "Visual"
|
23 | 16 | imports_layout = "Mixed"
|
24 |
| -indent_style = "Block" |
25 |
| -match_arm_blocks = true |
26 |
| -match_block_trailing_comma = false |
27 |
| -max_width = 120 |
28 |
| -merge_derives = true |
29 | 17 | merge_imports = false
|
30 |
| -newline_style = "Unix" |
31 |
| -normalize_comments = false |
32 |
| -remove_blank_lines_at_start_or_end_of_block = true |
33 |
| -reorder_impl_items = false |
34 | 18 | reorder_imports = true
|
35 | 19 | reorder_modules = true
|
36 |
| -report_fixme = "Never" |
37 |
| -report_todo = "Never" |
38 |
| -required_version = "0.6.0" |
39 |
| -skip_children = false |
40 |
| -space_after_colon = true |
| 20 | +reorder_impl_items = false |
| 21 | +type_punctuation_density = "Wide" |
41 | 22 | space_before_colon = false
|
| 23 | +space_after_colon = true |
42 | 24 | spaces_around_ranges = false
|
43 | 25 | spaces_within_parens_and_brackets = false
|
| 26 | +binop_separator = "Front" |
| 27 | +remove_blank_lines_at_start_or_end_of_block = true |
| 28 | +combine_control_expr = true |
44 | 29 | struct_field_align_threshold = 0
|
45 |
| -struct_lit_single_line = true |
46 |
| -tab_spaces = 4 |
47 |
| -trailing_comma = "Vertical" |
| 30 | +match_arm_blocks = true |
| 31 | +force_multiline_blocks = false |
| 32 | +fn_args_density = "Tall" |
| 33 | +brace_style = "SameLineWhere" |
| 34 | +control_brace_style = "AlwaysSameLine" |
48 | 35 | trailing_semicolon = true
|
49 |
| -type_punctuation_density = "Wide" |
50 |
| -unstable_features = false |
51 |
| -use_field_init_shorthand = false |
52 |
| -use_small_heuristics = 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 |
53 | 41 | use_try_shorthand = false
|
54 |
| -verbose_diff = false |
55 |
| -where_single_line = false |
56 |
| -wrap_comments = false |
| 42 | +condense_wildcard_suffixes = false |
| 43 | +force_explicit_abi = true |
| 44 | +use_field_init_shorthand = false |
57 | 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