Move typos config

This commit is contained in:
2025-01-21 13:57:16 -08:00
parent 6dd1810d1d
commit 30566f5240
2 changed files with 1 additions and 1 deletions

11
tools/typos.toml Normal file
View File

@ -0,0 +1,11 @@
[default]
extend-words."LSAT" = "LSAT"
extend-words."ket" = "ket"
extend-ignore-re = [
# spell:disable-line
"(?Rm)^.*(%|#|//)\\s*spell:disable-line$",
# spell:<on|off>
"(?s)(%|#|//)\\s*spell:off.*?\\n\\s*(%|#|//)\\s*spell:on",
]