-
Notifications
You must be signed in to change notification settings - Fork 30
/
.typos.toml
40 lines (34 loc) · 903 Bytes
/
.typos.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Corrections take the form of a key/value pair. The key is the incorrect word
# and the value is the correct word. If the key and value are the same, the
# word is treated as always correct. If the value is an empty string, the word
# is treated as always incorrect.
[files]
extend-exclude = [
".git/",
"**/vendor/**",
"**/node_modules/**",
"build/**",
"docs/media/**",
]
ignore-hidden = false
[default]
locale = "en-us"
extend-ignore-re = [
"\\biMatix\\b",
"\\bEvent Organiser\\b",
]
[default.extend-identifiers]
# Typos
"Github" = "GitHub"
"Wordpress" = "WordPress"
"Gatherpress" = "GatherPress"
"Open Street Maps" = "OpenStreetMap"
# Case sensitive, matches entire word.
# [default.extend-identifiers]
# anc_color = "anc_color"
# rady = "rady"
# Case insensitive, matches inside word.
# [default.extend-words]
"Skelton" = "Skelton"
# bellow = "below"
# toi = "toi"