# Maximum width of each line
= 100
# Use spaces instead of tabs
= false
# Number of spaces per tab
= 4
# Indent match arms
= true
# Indent where clauses
= "Block"
# Control the placement of braces
= "AlwaysNextLine"
# Control the placement of trailing commas
= "Always"
# Control the placement of imports
= "Crate"
# Control the ordering of imports
= "StdExternalCrate"
# Control the ordering of items within a module
= true