1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# configuration for https://rust-lang.github.io/rustfmt/ style_edition = "2024" newline_style = "Unix" # comments normalize_comments=true wrap_comments=true comment_width = 100 format_code_in_doc_comments = true # imports imports_granularity="Crate" group_imports="StdExternalCrate" # ignore ignore = [] # length max_width = 80