matrix-rust-sdk/.rustfmt.toml

11 lines
302 B
TOML
Raw Permalink Normal View History

max_width = 100
comment_width = 80
wrap_comments = true
imports_granularity = "Crate"
use_small_heuristics = "Max"
group_imports = "StdExternalCrate"
format_code_in_doc_comments = true
doc_comment_code_block_width = 80
2022-09-19 09:34:56 +00:00
# Workaround for https://github.com/rust-lang/rust.vim/issues/464
edition = "2021"