HomeDisk/rustfmt.toml

12 lines
233 B
TOML
Raw Permalink Normal View History

2022-08-15 19:34:23 +00:00
# https://rust-lang.github.io/rustfmt
# stable
2022-07-12 19:10:44 +00:00
edition = "2021"
newline_style = "Unix"
match_block_trailing_comma = true
2022-08-15 19:34:23 +00:00
# nightly
group_imports = "StdExternalCrate"
imports_granularity = "Crate"
format_code_in_doc_comments = true