forked from BP-WG/bp-node
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.rustfmt.toml
More file actions
28 lines (25 loc) · 623 Bytes
/
.rustfmt.toml
File metadata and controls
28 lines (25 loc) · 623 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
edition = "2024"
style_edition = "2024"
max_width = 100
array_width = 100
attr_fn_like_width = 100
comment_width = 100
chain_width = 60
fn_call_width = 100
single_line_if_else_max_width = 100
struct_lit_width = 60
fn_single_line = true
format_code_in_doc_comments = true
format_macro_matchers = true
format_macro_bodies = true
format_strings = true
merge_derives = false
overflow_delimited_expr = true
reorder_modules = false
use_field_init_shorthand = true
use_try_shorthand = true
wrap_comments = true
where_single_line = true
unstable_features = true
imports_granularity = "Module"
group_imports = "StdExternalCrate"