|
# 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"
|