# array_width = 60 # attr_fn_like_width = 70 unstable_features = true binop_separator = "Front" blank_lines_lower_bound = 0 blank_lines_upper_bound = 2 brace_style = "AlwaysNextLine" combine_control_expr = true comment_width = 132 condense_wildcard_suffixes = false control_brace_style = "AlwaysNextLine" empty_item_single_line = false enum_discrim_align_threshold = 132 # Enforce all enums are aligned error_on_line_overflow = true error_on_unformatted = true fn_args_layout = "Tall" fn_call_width = 60 fn_single_line = false force_multiline_blocks = true format_strings = false hard_tabs = false hex_literal_case = "Upper" imports_indent = "Visual" imports_layout = "Vertical" indent_style = "Visual" inline_attribute_width = 0 match_arm_blocks = true match_arm_leading_pipes = "Never" match_block_trailing_comma = false max_width = 132 merge_derives = true imports_granularity = "Module" newline_style = "Unix" normalize_comments = false normalize_doc_attributes = false overflow_delimited_expr = true remove_nested_parens = true reorder_impl_items = true reorder_imports = true group_imports = "StdExternalCrate" reorder_modules = true space_after_colon = true space_before_colon = false spaces_around_ranges = false struct_field_align_threshold = 32 struct_lit_single_line = false tab_spaces = 4 trailing_comma = "Never" trailing_semicolon = true type_punctuation_density = "Wide" use_field_init_shorthand = true use_small_heuristics = "Max" use_try_shorthand = true where_single_line = false wrap_comments = false