# configuration for https://rust-lang.github.io/rustfmt/
# General Settings
= "2024"
= 80
= 4
# Newline and Whitespace
= "Unix"
= true
# Comments and Documentation
= true
= true
= 100
= true
= true
# Imports and Modules
= "Crate"
= "StdExternalCrate"
= true
= "Vertical"
# Structural Formatting
= "Back"
= true
= true
= 20
# Miscellaneous
= []