1 2 3 4 5 6 7 8 9 10 11 12
edition = "2021" newline_style = "Unix" # comments normalize_comments = true wrap_comments = true format_code_in_doc_comments = true # imports imports_granularity = "Crate" group_imports = "StdExternalCrate" # report #report_fixme="Unnumbered" #report_todo="Unnumbered"