forked from pascalkuthe/OpenVAF
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypos.toml
More file actions
32 lines (31 loc) · 740 Bytes
/
typos.toml
File metadata and controls
32 lines (31 loc) · 740 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
default.extend-ignore-re = ["\\\\u\\{[0-9A-Z]*\\}"]
[files]
extend-exclude = ["integration_tests", "verilogae/tests", "*.mir", "openvaf/lexer/src/tests.rs", "openvaf/test_data/**", "*.snap"]
[default.extend-identifiers]
"inout" = "inout"
"laplace-and" = "laplace-and"
"zi-and" = "zi-and"
"laplace_nd" = "laplace_nd"
"zi_nd" = "zi_nd"
"LAPLACE_ND" = "LAPLACE_ND"
"ZI_ND" = "ZI_ND"
"RealOLT" = "RealOLT"
"ddt" = "ddt"
"ddx" = "ddx"
"inot" = "inot"
"Inot" = "Inot"
"fle" = "fle"
"Fle" = "Fle"
"bicast" = "bicast"
"Bicast" = "Bicast"
"coul" = "coul"
"nd" = "nd"
[default.extend-words]
"inout" = "inout"
"laplace-and" = "laplace-and"
"zi-and" = "zi-and"
"laplace_nd" = "laplace_nd"
"zi_nd" = "zi_nd"
"ddt" = "ddt"
"ddx" = "ddx"
"Coul" = "Coul"