1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2026-05-03 05:00:36 +02:00
Files
2026-03-30 17:34:13 +02:00

8 lines
168 B
INI

[global]
output-format = "full"
disable = ["MD013", "MD057"]
[per-file-ignores]
"website/content/_index.md" = ["MD041"]
"website/content/**/*.md" = ["MD028", "MD033"]