mirror of
https://github.com/astral-sh/ty.git
synced 2025-07-07 19:45:00 +00:00
11 lines
209 B
TOML
11 lines
209 B
TOML
[files]
|
|
extend-exclude = []
|
|
|
|
[default.extend-words]
|
|
|
|
[default]
|
|
extend-ignore-re = [
|
|
# Line ignore with trailing "spellchecker:disable-line"
|
|
"(?Rm)^.*#\\s*spellchecker:disable-line$",
|
|
"LICENSEs",
|
|
]
|