mirror of
https://github.com/crate-ci/typos.git
synced 2025-02-24 05:51:01 -05:00
11 lines
117 B
TOML
11 lines
117 B
TOML
|
[type.rust]
|
||
|
check-filename = false
|
||
|
|
||
|
[default.extend-words]
|
||
|
foo = "bar"
|
||
|
|
||
|
[files]
|
||
|
extend-exclude = [
|
||
|
"_typos.toml"
|
||
|
]
|