# Maximum width of each line
= 100
# Use tab characters for indentation, spaces for alignment
= true
# Replace uses of the try! macro by the ? shorthand
= true
# Use field initialize shorthand if possible.
= true
### UNSTABLE FEATURES
# Convert /* */ comments to // comments where possible
= false
# Put a trailing comma after a block based match arm (non-block arms are not affected)
= true
# Item layout inside a imports block
= "Vertical"
# Error if unable to get all lines within max_width
= false
# How imports should be grouped into use statements. Imports will be merged or split to the configured level of granularity.
= "Crate"
# Reorder impl items. type and const are put first, then macros and methods.
= true