1
0
tetros/typos.toml
Mark 76f20d7948
Some checks failed
CI / clippy (push) Failing after 5s
CI / Typos (push) Failing after 7s
CI / Build (push) Successful in 14s
Added workflow?
2025-02-25 19:17:29 -08:00

9 lines
178 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",
]