# Use appropriate Rust edition
= "2021"
# Wrap comments after max length of 85 characters
= 85
= true
# Make hexadecimal casing consistent
= "Lower"
# Prevent Windows-style carriage returns
= "Unix"
# The "Default" setting has a heuristic which splits lines too aggresively.
= "Max"
= 60
= 60
= 70
# Consistent imports ordering
= "Preserve"
= "StdExternalCrate"