# Rust language edition used by the project.
= "2024"
# Rustfmt style edition that defines formatting defaults and behavior.
= "2024"
# Maximum width of a formatted source-code line.
# A wide limit reduces unnecessary line wrapping during AI-assisted edits.
= 420
# Use the configured maximum width for small expressions and constructs.
= "Max"
# Keep arrays, function calls, method chains, and struct literals on one line
# when they fit within the configured maximum line width.
= 420
= 420
= 420
= 420
= 420
= 420
# Keep short conditional expressions on a single line when possible.
= 420
# Keep short `let ... else` expressions on a single line when possible.
= 420
# Format Rust code blocks inside documentation comments.
= true
# Maximum width for Rust code blocks inside documentation comments.
= 420