]> git.lizzy.rs Git - enumset.git/blob - rustfmt.toml
Add serialize_as_map
[enumset.git] / rustfmt.toml
1 # Width options
2 max_width = 100
3 fn_call_width = 80
4 attr_fn_like_width = 80
5 struct_lit_width = 80
6 struct_variant_width = 60
7 array_width = 80
8 chain_width = 60
9 single_line_if_else_max_width = 60
10
11 # Other options
12 merge_derives = false
13 overflow_delimited_expr = true
14 struct_lit_single_line = true
15 empty_item_single_line = true
16 where_single_line = true
17
18 # Ignored paths
19 ignore = [
20     "enumset/tests",
21 ]