mirror of
https://github.com/astral-sh/ty.git
synced 2025-12-23 08:48:09 +00:00
12 lines
221 B
TOML
12 lines
221 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",
|
|
"ntBre"
|
|
]
|