Skip to content

Commit e9cba78

Browse files
committed
Add typos configuration
1 parent 2a9c996 commit e9cba78

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.typos.toml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[files]
2+
extend-exclude = [
3+
".git/",
4+
]
5+
ignore-hidden = false
6+
7+
[default]
8+
extend-ignore-re = [
9+
"\\bext-shader-texture-lod\\b",
10+
"\\bhttp\\.headers\\.ECT\\b",
11+
]
12+
13+
[default.extend-words]
14+
"seeked" = "seeked"
15+
16+
[default.extend-identifiers]
17+
"is_transitionable" = "is_transitionable"
18+
"EXT_shader_texture_lod" = "EXT_shader_texture_lod"
19+
20+
# Typos
21+
"Github" = "GitHub"

0 commit comments

Comments
 (0)