forked from redox-os/ion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrustfmt.toml
More file actions
26 lines (26 loc) · 728 Bytes
/
Copy pathrustfmt.toml
File metadata and controls
26 lines (26 loc) · 728 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
unstable_features = true
array_horizontal_layout_threshold = 100
array_width = 100
attributes_on_same_line_as_field = false
attributes_on_same_line_as_variant = false
chain_one_line_max = 100
chain_width = 100
comment_width = 100
condense_wildcard_suffixes = true
error_on_line_overflow_comments = false
fn_call_width = 100
fn_single_line = true
format_strings = true
imports_indent = "Block"
match_pattern_separator_break_point = "Front"
max_width = 100
normalize_comments = true
reorder_imported_names = true
reorder_imports = true
reorder_imports_in_group = true
single_line_if_else_max_width = 100
struct_field_align_threshold = 30
struct_lit_width = 100
where_style = "legacy"
wrap_comments = true
write_mode = "overwrite"