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
#https://github.com/rust-lang/rustfmt/blob/master/Configurations.md
# #skip_macro_invocations=*
# binop_separator="Front"
# blank_lines_lower_bound=0
# blank_lines_upper_bound=1
# brace_style="SameLineWhere"
# color="Auto"
# combine_control_expr=true
# comment_width=80
# condense_wildcard_suffixes=true
# control_brace_style="AlwaysSameLine"
# empty_item_single_line=false
# enum_discrim_align_threshold=50
# fn_single_line=false
# force_multiline_blocks=false
# format_code_in_doc_comments=true
# format_macro_bodies=true
# format_macro_matchers=false
# format_strings=true
# group_imports="StdExternalCrate"
# hex_literal_case="Preserve"
# ignore=[]
# imports_granularity="Preserve"
# imports_indent="Visual"
# imports_layout="Mixed"
# indent_style="Visual"
# inline_attribute_width=150
# match_arm_blocks=false
# overflow_delimited_expr=true
# reorder_impl_items=false
# show_parse_errors=true
# space_after_colon=false
# space_before_colon=true
# spaces_around_ranges=true
# struct_field_align_threshold=25
# struct_lit_single_line=true
# trailing_comma="Always"
# trailing_semicolon=false
# type_punctuation_density="Compressed"
# unstable_features=true
# where_single_line=false
# wrap_comments=true
=60
=70
=60
=false
=60
="Tall"
=false
="Always"
=true
=false
="Auto"
=true
=false
=false
=25
=75
=75
=25
=35
=4
=false
="Off"
=true