Add typos config

This commit is contained in:
a-rustacean 2023-11-03 20:05:40 +05:30
parent 6022446a05
commit e7c0400a1e

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"
]