format_code_in_doc_comments = true report_fixme = "Never" report_todo = "Never" unstable_features = true # whitespace & wrapping blank_lines_upper_bound = 2 hard_tabs = false tab_spaces = 2 max_width = 100 format_strings = true wrap_comments = true comment_width = 100 inline_attribute_width = 0 error_on_line_overflow = true error_on_unformatted = true # style brace_style = "PreferSameLine" control_brace_style = "AlwaysSameLine" empty_item_single_line = true fn_args_layout = "Tall" imports_indent = "Block" imports_layout = "Mixed" indent_style = "Block" match_arm_blocks = true match_arm_leading_pipes = "Never" match_block_trailing_comma = 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 = "Preserve" reorder_modules = true space_after_colon = true space_before_colon = false spaces_around_ranges = false struct_field_align_threshold = 0 enum_discrim_align_threshold = 0 struct_lit_single_line = true trailing_comma = "Vertical" trailing_semicolon = true type_punctuation_density = "Wide" use_field_init_shorthand = true use_small_heuristics = "Max" use_try_shorthand = true where_single_line = true # macros format_macro_matchers = true format_macro_bodies = true merge_derives = true # condensing statements condense_wildcard_suffixes = true fn_single_line = true force_multiline_blocks = false