mirror of
https://github.com/rm-dr/servable.git
synced 2025-11-28 13:29:59 -08:00
9 lines
197 B
TOML
9 lines
197 B
TOML
[default]
|
|
extend-ignore-re = [
|
|
# Line block with # spellchecker:<on|off>
|
|
"(?s)(#|//)\\s*spellchecker:off.*?\\n\\s*(#|//)\\s*spellchecker:on",
|
|
]
|
|
|
|
[files]
|
|
extend-exclude = ["crates/servable/htmx"]
|