mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 07:04:17 +00:00
23516bce76
All urls updated to point at https://github.com/ratatui To update your repository remotes, you can run the following commands: ```shell git remote set-url origin https://github.com/ratatui/ratatui ```
9 lines
223 B
TOML
9 lines
223 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/ratatui/commit/[[:xdigit:]]{40}\\)",
|
|
]
|