# rustfmt configuration for rust-ffmpeg
# Keep code readable without excessive line breaks
# Only using stable features to work with stable Rust toolchain on CI
# Maximum line width (stable)
= 250
# Function arguments - keep on one line (stable)
= "Compressed"
# General formatting (stable)
= "Max"
# Misc (stable)
= "2024"