= "2021"
= 90
= "Unix"
= true
# always use tabs.
= true
= 4
# commas inbetween but not after
= true
= "Never"
# fix my imports for me
= "Crate"
= "One"
# format everything
= true
= true
# don't keep outdated syntax
= true
= true
# condense Struct { _, _ } to Struct { .. }
= true
# prefer foo(Bar { \n }) over foo(\nBar { \n }\n)
= true
# I wish there was a way to allow 0..n but not a + 1..b + 2
# However, the later looks so terible that I use spaces everywhere
# https://github.com/rust-lang/rustfmt/issues/3367
= true