-
-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathtypos.toml
More file actions
30 lines (27 loc) · 623 Bytes
/
Copy pathtypos.toml
File metadata and controls
30 lines (27 loc) · 623 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
[default.extend-words]
sie = "sie"
valu = "valu"
fpr = "fpr"
fle = "fle"
shll = "shll"
endianity = "endianity" # gimli??
arange = "arange" # gimli
pre-empted = "pre-empted"
SEH = "SEH"
ands = "ands"
addd = "addd"
ratatui = "ratatui"
datas = "datas"
rela = "rela" # the relocation format
welp = "welp"
alo = "alo" # for address-low
canonicalizations = "canonicalizations"
aranges = "aranges" # for address-ranges, used in kaddrline2
[default.extend-identifiers]
flate2 = "flate2"
[default]
extend-ignore-identifiers-re = [
"(?i:WAKE_ALLS)"
]
[files]
extend-exclude = ["**/emit_tests.rs", "tests/testsuite"]