meta: vendor tooling config

This commit is contained in:
raf 2025-06-12 19:28:03 +03:00
commit fb87fb9d35
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 9 additions and 0 deletions

5
.rustfmt.toml Normal file
View file

@ -0,0 +1,5 @@
edition = "2024" # Keep in sync with Cargo.toml.
group_imports = "StdExternalCrate"
doc_comment_code_block_width = 100
condense_wildcard_suffixes = true
imports_granularity = "Crate"