async-graphql/.rustfmt.toml

13 lines
260 B
TOML
Raw Normal View History

2021-10-22 20:27:03 +00:00
edition = "2021"
2020-06-06 07:48:21 +00:00
newline_style = "unix"
2022-04-19 04:25:11 +00:00
# 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"