16 lines
291 B
TOML
16 lines
291 B
TOML
# https://github.com/crate-ci/typos/blob/master/docs/reference.md
|
|
|
|
# mask some false positives
|
|
[default.extend-words]
|
|
# src/content/blog/2024-06-monthly-update.md
|
|
redict = "redict"
|
|
|
|
[default]
|
|
extend-ignore-identifiers-re = [
|
|
]
|
|
|
|
[files]
|
|
extend-exclude = [
|
|
"**.xsl",
|
|
"forgejo-docs",
|
|
]
|