You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# https://rust-lang.github.io/rustfmt
|
|
|
|
# stable
|
|
edition = "2021"
|
|
newline_style = "Unix"
|
|
match_block_trailing_comma = true
|
|
|
|
# nightly
|
|
group_imports = "StdExternalCrate"
|
|
imports_granularity = "Crate"
|
|
format_code_in_doc_comments = true
|