# https://rust-lang.github.io/rustfmt
# Max width of a line before wrapping
= 80
# Tabs or spaces?
= false
= 2
= true
# How aggressively to squeeze small items onto one line
= "Max"
# Align struct fields if there’s at most this many
= 20
# Format code in doc comments + examples
= true
= true
= 100
= "Crate"
= "Vertical"
= "Vertical"
= 70
= "AlwaysNextLine"
= "AlwaysNextLine"
= true