• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# 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"
10