forked from Soroban-Cookbook/Soroban-Cookbook-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_typos.toml
More file actions
48 lines (45 loc) · 884 Bytes
/
Copy path_typos.toml
File metadata and controls
48 lines (45 loc) · 884 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
35
36
37
38
39
40
41
42
43
44
45
46
47
[default.extend-words]
soroban = "soroban"
IST = "IST"
teh = "teh"
Supress = "Supress"
Soroban = "Soroban"
Stellar = "Stellar"
XLM = "XLM"
mdbook = "mdbook"
WASM = "WASM"
wasm = "wasm"
Env = "Env"
Bytes = "Bytes"
BytesN = "BytesN"
require_auth = "require_auth"
symbol_short = "symbol_short"
Symbol = "Symbol"
Val = "Val"
Vec = "Vec"
Map = "Map"
WebAssembly = "WebAssembly"
Friendbot = "Friendbot"
Horizon = "Horizon"
RPC = "RPC"
SEP-41 = "SEP-41"
stroop = "stroop"
stroops = "stroops"
Ledger = "Ledger"
Testnet = "Testnet"
Mainnet = "Mainnet"
contractimpl = "contractimpl"
contracttype = "contracttype"
soroban-sdk = "soroban-sdk"
wasm-opt = "wasm-opt"
wasm32-unknown-unknown = "wasm32-unknown-unknown"
[default.extend-identifiers]
set_thr = "set_thr"
[files]
extend-exclude = [
"examples/basics/events/**",
"test_out.txt",
"README.md",
"**/node_modules/**",
"doc/**",
]