1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
= "2018"
= 120
= "Unix"
= true
= true
#TODO: activate the following features as soon as they become stable
#binop_separator = "Front" # default
#blank_lines_lower_bound = 0 # default
#blank_lines_upper_bound = 2
#brace_style = "SameLineWhere" # default
#color = "Auto"
#combine_control_expr = true
#comment_width = 80 #default
#condense_wildcard_suffixes = true
#control_brace_style = "AlwaysSameLine" # default
#disable_all_formatting = false # default
#empty_item_single_line = true # default
#enum_discrim_align_threshold = 30
#error_on_line_overflow = true
#error_on_unformatted = true
#fn_single_line = true
#force_multiline_blocks = false # default
#format_doc_comments = true
#format_macro_bodies = true # default
#format_macro_matchers = true
#format_strings = true
#hide_parse_errors = false # default
#imports_indent = "Block" # default
#imports_layout = "Mixed" # default
#indent_style = "Block" # default
#inline_attribute_width = 0 # default
#match_arm_blocks = true # default
#match_block_trailing_comma = true
#merge_imports = true
#normalize_comments = true
#normalize_doc_attributes = true
#overflow_delimited_expr = false # default
#reorder_impl_items = true
#report_fixme = "Unnumbered"
#report_todo = "Unnumbered"
#skip_children = false # default
#space_after_colon = true # default
#space_before_colon = false # default
#spaces_around_ranges = false # default
#struct_field_align_threshold = 30
#struct_lit_single_line = true # default
#trailing_comma = "Never"
#trailing_semicolon = true # default
#type_punctuation_density = "Wide" # default
#unstable_features = false # default
#version = "Two"
#where_single_line = true
#wrap_comments = true