async-graphql/.rustfmt.toml

13 lines
270 B
TOML
Raw Normal View History

2021-10-22 20:27:03 +00:00
edition = "2021"
2022-04-28 04:14:23 +00:00
newline_style = "Unix"
2022-04-19 04:25:11 +00:00
# comments
2022-04-28 04:14:23 +00:00
normalize_comments = true
wrap_comments = true
format_code_in_doc_comments = true
2022-04-19 04:25:11 +00:00
# imports
2022-04-28 04:14:23 +00:00
imports_granularity = "Crate"
group_imports = "StdExternalCrate"
2022-04-19 04:25:11 +00:00
# report
#report_fixme="Unnumbered"
#report_todo="Unnumbered"