# Rust edition to use
= "2021"
# Maximum width of each line
= 72
# Number of spaces per tab
= 4
# Line ending style
= "Unix"
# Use small heuristics for formatting decisions
= "Default"
# Use spaces for indentation, not tabs
= false
# Merge multiple `derive` attributes into a single attribute
= true
# Reorder import statements
= true
# Reorder `mod` statements
= true
# Remove unnecessary nested parentheses
= true
# Always specify the ABI explicitly for external items
= true