1max_width = 100
2hard_tabs = false
3tab_spaces = 4
4newline_style = "Auto"
5use_small_heuristics = "Default"
6indent_style = "Block"
7wrap_comments = false
8format_doc_comments = false
9comment_width = 80
10normalize_comments = false
11normalize_doc_attributes = false
12license_template_path = ""
13format_strings = false
14format_macro_matchers = false
15format_macro_bodies = true
16empty_item_single_line = true
17struct_lit_single_line = true
18fn_single_line = false
19where_single_line = false
20imports_indent = "Block"
21imports_layout = "Mixed"
22merge_imports = false
23reorder_imports = true
24reorder_modules = true
25reorder_impl_items = false
26type_punctuation_density = "Wide"
27space_before_colon = false
28space_after_colon = true
29spaces_around_ranges = false
30binop_separator = "Front"
31remove_nested_parens = true
32combine_control_expr = true
33overflow_delimited_expr = false
34struct_field_align_threshold = 0
35enum_discrim_align_threshold = 0
36match_arm_blocks = true
37force_multiline_blocks = false
38fn_args_density = "Tall"
39brace_style = "SameLineWhere"
40control_brace_style = "AlwaysSameLine"
41trailing_semicolon = true
42trailing_comma = "Vertical"
43match_block_trailing_comma = false
44blank_lines_upper_bound = 1
45blank_lines_lower_bound = 0
46edition = "2015"
47merge_derives = true
48use_try_shorthand = false
49use_field_init_shorthand = false
50force_explicit_abi = true
51condense_wildcard_suffixes = false
52color = "Auto"
53required_version = "1.0.0"
54unstable_features = false
55disable_all_formatting = false
56skip_children = false
57hide_parse_errors = false
58error_on_line_overflow = false
59error_on_unformatted = false
60report_todo = "Never"
61report_fixme = "Never"
62ignore = []
63emit_mode = "Files"
64make_backup = false
65