blob: 3bc3e9a3fb70ae7ff8906e2f2da91d17d80a2967 [file] [log] [blame]
# See https://github.com/rust-lang/rustfmt/blob/master/Configurations.md
comment_width = 100
format_code_in_doc_comments = true
max_width = 100
normalize_doc_attributes = true
wrap_comments = true
imports_granularity = "Crate"
imports_layout = "mixed"
edition = "2018"