Skip to content

Commit

Permalink
Add .typos.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Dec 20, 2024
1 parent d2f32d4 commit 1f6d59b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# See https://github.com/crate-ci/typos/blob/master/docs/reference.md to configure typos

[default]
extend-ignore-re = [
"__fpr",
"(?i)TYPDEF_DECL",
"ParmVarDecl",
"CharLits",
"hpe_",
"reachable_froms",
"(\\$ot|ot =|ot\\.| ot\\)|ot_ty)",
]

[default.extend-identifiers]
mapp = "mapp"
inouts = "inouts"

[default.extend-words]
clen = "clen"

[files]
extend-exclude = [
"examples/*",
"*.asc",
]

0 comments on commit 1f6d59b

Please sign in to comment.