Skip to content

Commit 8951752

Browse files
committed
Add tooling configuration so typos output is useful
1 parent bee14b1 commit 8951752

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Cargo.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,12 @@ base64 = "0.22.1"
4646
pico-args = "0.5"
4747
tiny-skia-path = "0.11.4"
4848
xmlwriter = "0.1"
49+
50+
[package.metadata.typos.default]
51+
locale = "en-us"
52+
53+
[package.metadata.typos.default.extend-words]
54+
loca = "loca"
55+
ot = "ot"
56+
trak = "trak"
57+
wdth = "wdth"

0 commit comments

Comments
 (0)