mirror of
https://ghproxy.net/https://github.com/wp-cli/extension-command.git
synced 2026-07-26 12:47:46 +08:00
9 lines
250 B
TOML
9 lines
250 B
TOML
[default]
|
|
extend-ignore-re = [
|
|
"(?Rm)^.*(#|//)\\s*spellchecker:disable-line$",
|
|
"(?s)(#|//)\\s*spellchecker:off.*?\\n\\s*(#|//)\\s*spellchecker:on",
|
|
"(#|//)\\s*spellchecker:ignore-next-line\\n.*"
|
|
]
|
|
|
|
[default.extend-words]
|
|
Automattic = "Automattic"
|