# Run with `cargo +nightly fmt --all` before a PR.
# List of parameters: https://rust-lang.github.io/rustfmt
# Use #[rustfmt::skip] to ignore formatting of a block of code.
= "2024"
= true
# Increases default width (150) to reduce agresiveness on converting everything to vertical format
= 150
#rustfmt uses tab_spaces to calculate width of lines for deciding if the expression will fit in a single line or if it will be split into multiple lines
= 4
= "Unix"
= 50
= 50
= true
= "Max"
= false
= ["target/*.rs"]
= "Crate"