# Break comments to fit on the line
= true
# Merge multiple imports into a single nested import.
= true
# Maximum width of each line (default 100)
#max_width = 100
# Error if Rustfmt is unable to get all lines within `max_width`, except for
# comments and string literals.
= true
# Error if unable to get comments or string literals within `max_width`, or
# they are left with trailing whitespaces.
= false
# Specifies which edition is used by the parser.
= "2018"