We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45089e commit 70bab41Copy full SHA for 70bab41
.github/config/typos.toml
@@ -1,6 +1,4 @@
1
-[
2
-default.extend-words
3
-]
+[default.extend-words]
4
# Custom ignored words
5
WNat = "WNat"
6
WNAT = "WNAT"
@@ -10,11 +8,10 @@ whats = "whats"
10
8
requestor = "requestor"
11
9
devlop = "devlop"
12
crate = "crate"
+ba = "ba"
+mis = "mis"
13
14
-
15
16
-files
17
+[files]
18
# File patterns to exclude
19
extend-exclude = [
20
"*.svg",
@@ -26,9 +23,7 @@ extend-exclude = [
26
23
"package-lock.json"
27
24
]
28
25
29
30
-default
31
+[default]
32
binary = false
33
check-filename = true
34
unicode = true
0 commit comments