mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-27 13:01:13 +00:00
10 lines
227 B
TOML
10 lines
227 B
TOML
# 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}\\)",
|
|
]
|