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