Files
poem/.rustfmt.toml
2024-09-02 23:09:50 +08:00

13 lines
270 B
TOML

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"