# Rustfmt configuration for datafusion-ducklake
# Some features require nightly: cargo +nightly fmt
# Set max width for the whole line
= 100
# Function call style - prefer vertical layout for readability
= 60
# Use small item threshold to prefer vertical layout
# "Off" = more aggressive vertical formatting
= "Off"
# Chain width - when to break method chains
= 60
# Preserve vertical spacing in match arms
= true