rustlings/.rumdl.toml
2026-03-30 17:34:13 +02:00

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"]