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
# PROJECT FORMAT SPECIFICATION
# See https://rust-lang.github.io/rustfmt/
# Stable features
= "2021"
= 80
= 40
= 40
= 35
= "Tall"
= true
= true
= true
= "Unix"
= true
= true
= false
= 70
= 70
= true
= true
= 4
# Unstable features (nightly only, tracking issues linked)
= "Front" # https://github.com/rust-lang/rustfmt/issues/3368
= "AlwaysNextLine" # https://github.com/rust-lang/rustfmt/issues/3376
= false # https://github.com/rust-lang/rustfmt/issues/3369
= 80 # https://github.com/rust-lang/rustfmt/issues/3349
= 80 # https://github.com/rust-lang/rustfmt/issues/5359
= true # https://github.com/rust-lang/rustfmt/issues/3384
= true # https://github.com/rust-lang/rustfmt/issues/3356
= true # https://github.com/rust-lang/rustfmt/issues/3348
= "Lower" # https://github.com/rust-lang/rustfmt/issues/5081
= "Block" # https://github.com/rust-lang/rustfmt/issues/3360
= "Block" # https://github.com/rust-lang/rustfmt/issues/3346
= true # https://github.com/rust-lang/rustfmt/issues/3363
= false # https://github.com/rust-lang/rustfmt/issues/3378
= true # https://github.com/rust-lang/rustfmt/issues/3347