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
# force comma
= true
# always chain
= 0
# preferably short
= 30
# force `x: x` -> `x`
= true
# keep | for complex match arms
= "Preserve"
= 100
# requires `rustup toolchain install nightly`
# and `+nightly` arg when running rustfmt
= true
# force (_, _) -> (..)
= true
# always newline the } when {}...
= false
# ...but always { ... } fns
= true
# always remove {} from singular match =>
= false
# always flatten imports
= "Item"
# group imports in 3 chunks
= "StdExternalCrate"
= "PreferSameLine"