ratatui/typos.toml

10 lines
227 B
TOML
Raw Normal View History

# configuration for https://github.com/crate-ci/typos
[default.extend-words]
ratatui = "ratatui"
[type.md]
extend-ignore-re = [
"\\[[[:xdigit:]]{7}\\]\\(https://github.com/ratatui-org/ratatui/commit/[[:xdigit:]]{40}\\)",
]