# Rust formatting configuration
# https://rust-lang.github.io/rustfmt/
# Use the 2021 edition defaults
= "2021"
# Maximum line width
= 100
# Use field init shorthand
= true
# Use try shorthand
= true
# Reorder imports alphabetically
= true
# Newline style (native to the platform)
= "Auto"