1
0
tetros/typos.toml
Mark 2369d86617
Some checks failed
CI / Typos (push) Failing after 13s
CI / Build (push) Failing after 31s
ci?
2025-02-25 19:22:48 -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",
]