mirror of
https://gh.wpcy.net/https://github.com/wp-cli/extension-command.git
synced 2026-06-10 01:43:59 +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"
|