@@ -2,38 +2,40 @@ max_width = 120
22hard_tabs = false
33tab_spaces = 4
44newline_style = " Unix"
5- use_small_heuristics = true
65indent_style = " Block"
6+ use_small_heuristics = true
7+ format_strings = false
78wrap_comments = false
89comment_width = 100
910normalize_comments = false
10- format_strings = false
1111empty_item_single_line = true
1212struct_lit_single_line = true
1313fn_single_line = false
1414where_single_line = false
1515imports_indent = " Visual"
1616imports_layout = " Mixed"
17- merge_imports = false
17+ reorder_extern_crates = true
18+ reorder_extern_crates_in_group = true
1819reorder_imports = true
20+ reorder_imports_in_group = true
21+ reorder_imported_names = true
1922reorder_modules = true
20- reorder_impl_items = false
23+ binop_separator = " Front "
2124type_punctuation_density = " Wide"
2225space_before_colon = false
2326space_after_colon = true
2427spaces_around_ranges = false
2528spaces_within_parens_and_brackets = false
26- binop_separator = " Front"
27- remove_blank_lines_at_start_or_end_of_block = true
2829combine_control_expr = true
2930struct_field_align_threshold = 0
31+ remove_blank_lines_at_start_or_end_of_block = true
3032match_arm_blocks = true
3133force_multiline_blocks = false
3234fn_args_density = " Tall"
3335brace_style = " SameLineWhere"
3436control_brace_style = " AlwaysSameLine"
35- trailing_semicolon = true
3637trailing_comma = " Vertical"
38+ trailing_semicolon = true
3739match_block_trailing_comma = false
3840blank_lines_upper_bound = 1
3941blank_lines_lower_bound = 0
@@ -48,9 +50,8 @@ unstable_features = false
4850disable_all_formatting = false
4951skip_children = false
5052hide_parse_errors = false
51- error_on_line_overflow = false
53+ error_on_line_overflow = true
5254error_on_unformatted = false
5355report_todo = " Never"
5456report_fixme = " Never"
5557ignore = []
56- verbose_diff = false
0 commit comments