-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_typos.toml
More file actions
34 lines (31 loc) · 825 Bytes
/
_typos.toml
File metadata and controls
34 lines (31 loc) · 825 Bytes
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
[files]
ignore-hidden = true
ignore-files = true
ignore-dot = true
ignore-vcs = true
extend-exclude = [
# No need to check *.lock files
"*.lock",
]
[default]
binary = false
check_filename = true
check_file = true
unicode = true
locale = "en-us"
[default.extend-identifiers]
# This abbreviation of MENTAL is used in a RAW token
MENT_ATT_CAP_PERC = "MENT_ATT_CAP_PERC"
MENT_ATT_RANGE = "MENT_ATT_RANGE"
MENT_ATT_RATE = "MENT_ATT_RATE"
# Used in creature effect tokens too
CE_MENT_ATT_CHANGE = "CE_MENT_ATT_CHANGE"
MentAttChange = "MentAttChange"
# These are misspellings in the raw tokens
RESISTABLE = "RESISTABLE"
MISCHIEVOUS = "MISCHIEVOUS"
[default.extend-words]
# This misspelling of MISCHIEVOUS is used in a RAW token
mischievious = "mischievious"
# This misspelling is used in a RAW token
resitable = "RESISTABLE"