mirror of
https://github.com/NotAShelf/mpvrc.git
synced 2026-04-15 23:43:49 +00:00
meta: vendor tooling config
This commit is contained in:
parent
69f69ece07
commit
fb87fb9d35
2 changed files with 9 additions and 0 deletions
4
.clippy.toml
Normal file
4
.clippy.toml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
avoid-breaking-exported-api = false
|
||||||
|
allowed-idents-below-min-chars = [ "x", "y", "z", "r", "g", "b", "c", "s" ]
|
||||||
|
absolute-paths-allowed-crates = [ "cstree" ]
|
||||||
|
allowed-wildcard-imports = [ "super", "Kind" ]
|
||||||
5
.rustfmt.toml
Normal file
5
.rustfmt.toml
Normal 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"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue