# rustfmt.toml
= "2021"
# Keep lines from wrapping so more stays inline
= 999999
= "Max"
# Aggressively allow single-line constructs
= true
= "Never"
= false
# Prefer everything on one line when it fits
= 999
= 999
= 999
= 999
= 999
# Braces on the next line (Allman-style)
= "AlwaysNextLine"
= "AlwaysNextLine"
# Keep comments compact and avoid reflowing
= false
= 120
= false
= false
# Reduce vertical whitespace
= 2
# Consistent newlines
= "Unix"