mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-03-30 19:19:19 +00:00
8 lines
168 B
TOML
8 lines
168 B
TOML
[global]
|
|
output-format = "full"
|
|
disable = ["MD013", "MD057"]
|
|
|
|
[per-file-ignores]
|
|
"website/content/_index.md" = ["MD041"]
|
|
"website/content/**/*.md" = ["MD028", "MD033"]
|