1
0
tetros/typos.toml
Mark 8bed1288ac
Some checks failed
CI / Typos (push) Failing after 11s
CI / Clippy (push) Failing after 36s
CI / Build (push) Failing after 1m3s
Added workflow?
2025-02-25 19:26:31 -08:00

9 lines
182 B
TOML

[default]
extend-ignore-re = [
# spell:disable-line
"(?Rm)^.*(%|#|//|;)\\s*spell:disable-line$",
# spell:<on|off>
"(?s)(%|#|//|;)\\s*spell:off.*?\\n\\s*(%|#|//)\\s*spell:on",
]