# https://rust-lang.github.io/rustfmt/?version=v1.4.38&search=
= 2
= "PreferSameLine"
= "2021"
= false
= "Tall"
= true
= "Vertical"
# adds comma to match block
= true
= 70
= 70
= false
= "Unix"
# /* sit amet: */ converts this comment into // single line
= true
= true
= true
= false
= false
# struct Foo {
# x: u32,
# yy: u32,
# zzz: u32,
# }
= 20
= false
# trailing_comma = "Vertical"