We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a15515 commit e4146dcCopy full SHA for e4146dc
.github/config/typos.toml
@@ -1,5 +1,5 @@
1
[default.extend-words]
2
-# These are custom ignored words
+# Custom ignored words
3
WNat = "WNat"
4
WNAT = "WNAT"
5
wNat = "wNat"
@@ -8,6 +8,8 @@ whats = "whats"
8
requestor = "requestor"
9
devlop = "devlop"
10
crate = "crate"
11
+ba = "ba"
12
+mis = "mis"
13
14
[files]
15
# File patterns to exclude
@@ -19,4 +21,9 @@ extend-exclude = [
19
21
"*.woff2",
20
22
"*.pdf",
23
"package-lock.json"
-]
24
+]
25
+
26
+[default]
27
+binary = false
28
+check-filename = true
29
+unicode = true
0 commit comments