Skip to content

Commit 727e774

Browse files
committed
Add .typos.toml
1 parent d009bed commit 727e774

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.typos.toml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# See https://github.com/crate-ci/typos/blob/master/docs/reference.md to configure typos
2+
3+
[default]
4+
extend-ignore-re = [
5+
"__fpr",
6+
"(?i)TYPDEF_DECL",
7+
"ParmVarDecl",
8+
"CharLits",
9+
"hpe_",
10+
"reachable_froms",
11+
"(\\$ot|ot =|ot\\.| ot\\)|ot_ty)",
12+
]
13+
14+
[default.extend-identifiers]
15+
mapp = "mapp"
16+
inouts = "inouts"
17+
18+
[default.extend-words]
19+
clen = "clen"
20+
21+
[files]
22+
extend-exclude = [
23+
"examples/*",
24+
"*.asc",
25+
]

0 commit comments

Comments
 (0)