forked from rust-lang/rust-analyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.typos.toml
55 lines (52 loc) · 1.02 KB
/
.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[default.extend-identifiers]
makro = "makro"
VisibilityExplicity = "VisibilityExplicity"
impl_froms = "impl_froms"
AnserStyle = "AnserStyle"
explicity = "explicity"
syntaxically = "syntaxically"
datas = "datas"
selfs = "selfs"
TOOD = "TOOD"
strustS = "strustS"
new_function_with_generics_and_wheres = "new_function_with_generics_and_wheres"
Defaul = "Defaul"
nto = "nto"
nknown = "nknown"
ded = "ded"
truct = "truct"
inpu = "inpu"
Convertable = "Convertable"
substitude = "substitude"
nner = "nner"
Contro = "Contro"
numbe = "numbe"
MyUnio = "MyUnio"
[default.extend-words]
anser = "anser"
ba = "ba"
fromed = "fromed"
fo = "fo"
trivias = "trivias"
mmaped = "mmaped"
mis = "mis"
ket = "ket"
foor = "foor"
FPR = "FPR"
mak = "mak"
OT = "OT"
raison = "raison"
strat = "strat"
unaccessable = "unaccessable"
[default]
extend-ignore-re = [
# ignore string which contains $x (x is a num), which use widely in test
".*\\$\\d.*"
]
[files]
extend-exclude = [
"*.json",
"*.rast",
"crates/parser/test_data/lexer/err/*",
"bench_data/*",
]