# Rustfmt configuration for Daedra
# Only stable options to ensure CI compatibility
# Maximum line width
= 100
# Use spaces for indentation
= false
= 4
# Newline style
= "Auto"
# Import organization (stable options only)
= true
= true
# Struct formatting
= 35
# Match formatting
= true
# Chain formatting
= 60
# Use field init shorthand
= true
# Use try shorthand
= true
# Edition
= "2024"