# Rustfmt configuration for consistent code formatting
# Resolves import organization and dependency pattern issues
# Using stable-compatible options only
# General formatting settings
= 120
= false
= 4
= "Unix"
= "Default"
# Function and control flow formatting
= "Tall"
# Import organization (stable features only)
= true
= true
# Misc formatting options
= true
= true
= true
# Chain formatting
= 60
= 50
# Match formatting
= false
# Edition
= "2021"