Initial commit

This commit is contained in:
2026-01-06 23:02:54 -08:00
commit 8611109f0f
2 changed files with 11 additions and 0 deletions

10
typos.toml Normal file
View File

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