-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrustfmt.toml
More file actions
32 lines (31 loc) · 815 Bytes
/
rustfmt.toml
File metadata and controls
32 lines (31 loc) · 815 Bytes
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
condense_wildcard_suffixes=true
format_code_in_doc_comments=true
format_macro_matchers=true
format_strings=true
imports_layout="Vertical"
imports_granularity="Crate"
group_imports="StdExternalCrate"
match_arm_leading_pipes="Always"
match_block_trailing_comma=true
max_width=120
attr_fn_like_width=120
chain_width=120
newline_style="Unix"
normalize_comments=true
normalize_doc_attributes=true
overflow_delimited_expr=true
reorder_impl_items=true
type_punctuation_density="Compressed"
use_field_init_shorthand=true
use_try_shorthand=true
where_single_line=true
wrap_comments=true
blank_lines_upper_bound=1
empty_item_single_line=true
force_multiline_blocks=true
format_generated_files=false
merge_derives=true
trailing_semicolon=true
trailing_comma="Vertical"
error_on_line_overflow=true
error_on_unformatted=true