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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
= 100
= true # default
= "Auto" # default
= true # default
= true # default
= true # default
= 4 # default
= true
= "Default"
= true
# unstable
#binop_separator = "Front" # default
#blank_lines_lower_bound = 0 # default
#blank_lines_upper_bound = 1 # default
#brace_style = "PreferSameLine"
#color = "Auto" # default
#combine_control_expr = true
#comment_width = 120
#condense_wildcard_suffixes = true
#control_brace_style = "AlwaysSameLine" # default
#disable_all_formatting = false # default
#edition = "2018"
#emit_mode = "Files"
#empty_item_single_line = true # default
#enum_discrim_align_threshold = 20
#error_on_line_overflow = false # default
#error_on_unformatted = false # default
#fn_args_density = "Tall" # default
#fn_single_line = false # default
#force_explicit_abi = true # default
#force_multiline_blocks = false # default
#format_doc_comments = true
#format_macro_bodies = true # default
#format_macro_matchers = true
#format_strings = true
#hard_tabs = false # default
#hide_parse_errors = false
#ignore = []
#imports_indent = "Block" # default
#imports_layout = "HorizontalVertical"
#indent_style = "Block"
#inline_attribute_width = 0 # default
#license_template_path = ""
#make_backup = false
#match_arm_blocks = false
#match_block_trailing_comma = true
#merge_imports = true
#normalize_comments = true
#normalize_doc_attributes = true
#overflow_delimited_expr = true
#reorder_impl_items = true
#report_fixme = "Never" # default
#report_todo = "Never" # default
#required_version = "1.1.0"
#skip_children = false # default
#space_after_colon = true # default
#space_before_colon = false # default
#spaces_around_ranges = false # default
#struct_field_align_threshold = 20
#struct_lit_single_line = true # default
#trailing_comma = "Vertical" # default
#trailing_semicolon = true # default
#type_punctuation_density = "Wide" # default
#unstable_features = true
#version = "Two"
#where_single_line = true
#wrap_comments = true