# Rustfmt configuration for waspy
# See https://rust-lang.github.io/rustfmt/ for all options
# Only using stable features (nightly features commented out)
= "2021"
# Maximum line width
= 100
# Use Unix line endings
= "Unix"
# Reorder imports
= true
# Reorder modules
= true
# Use field init shorthand
= true
# Use try shorthand
= true
# Chain formatting
= 60
# Nightly-only features (uncomment if using nightly toolchain):
# format_strings = true
# imports_granularity = "Crate"
# group_imports = "StdExternalCrate"
# format_code_in_doc_comments = true
# normalize_comments = true
# wrap_comments = true
# comment_width = 80