# Requires nightly build of rustfmt
= true
# Keep string literals under the `max_width` with a backslash
= true
# Wrap comments to `comment_width`
= true
# Format code in documentation
= true
# Force a consistent style with macro patterns
= true
# Force imports to be grouped by deepest module per crate
= "Module"
# Enforce line endings, though this should be handled by Git
= "Unix"
# Group stock, external, and current crate imports together with newline
= "StdExternalCrate"