Add a typos.toml file
This file lists the files to ignore, as well as the words to ignore.
This commit is contained in:
parent
3eb8a2ae11
commit
b014316206
1 changed files with 9 additions and 0 deletions
9
typos.toml
Normal file
9
typos.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[files]
|
||||
extend-exclude = ["foo", "jingle"]
|
||||
|
||||
[default.extend-words]
|
||||
ba = "ba"
|
||||
caf = "caf"
|
||||
muc = "muc"
|
||||
pn = "pn"
|
||||
thumnails = "thumnails"
|
||||
Loading…
Reference in a new issue