chore: add typos config

This commit is contained in:
a-rustacean 2023-11-12 22:43:12 +05:30
parent a3d9d09459
commit d90021c5cd

12
.typos.toml Normal file
View File

@ -0,0 +1,12 @@
[files]
extend-exclude = [
# Author names.
"AUTHORS.md"
]
[default]
extend-ignore-identifiers-re = [
# False positives.
"ba",
"ded"
]