blob: 3bc3e9a3fb70ae7ff8906e2f2da91d17d80a2967 [file] [log] [blame]
David LeGare0ba713b2022-03-01 18:56:31 +00001# See https://github.com/rust-lang/rustfmt/blob/master/Configurations.md
2comment_width = 100
3format_code_in_doc_comments = true
4max_width = 100
5normalize_doc_attributes = true
6wrap_comments = true
7imports_granularity = "Crate"
8imports_layout = "mixed"
9edition = "2018"