# Rustfmt configuration
# Similar to .prettierrc for JavaScript
# Maximum line length
= 100
# Indentation
= 4
# Function formatting
= "Tall"
# Note: Many advanced features require nightly Rust
# For stable Rust, we use the default formatting with these basic settings