forked from eigenwallet/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdprint.json
More file actions
36 lines (36 loc) · 930 Bytes
/
dprint.json
File metadata and controls
36 lines (36 loc) · 930 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
{
"$schema": "https://dprint.dev/schemas/v0.json",
"projectType": "openSource",
"incremental": true,
"markdown": {},
"exec": {
"commands": [
{
"command": "rustfmt --edition 2021",
"exts": ["rs"]
}
]
},
"includes": [
"**/*.{md}",
"**/*.{toml}",
"**/*.{rs}",
"**/*.{js,jsx,ts,tsx,json,css,scss,html}"
],
"excludes": [
"target/",
"src-tauri/Cargo.toml",
"monero-sys/monero/",
".git/**",
"**/node_modules/**",
"**/dist/**",
"monero-sys/monero_c",
"monero-sys/monero"
],
"plugins": [
"https://plugins.dprint.dev/markdown-0.18.0.wasm",
"https://plugins.dprint.dev/toml-0.7.0.wasm",
"https://plugins.dprint.dev/exec-0.5.1.json@492414e39dea4dccc07b4af796d2f4efdb89e84bae2bd4e1e924c0cc050855bf",
"https://plugins.dprint.dev/prettier-0.58.2.json@2fd8cc9c9773364848dc93735b01a00d55fcfa78a56a9230b4b63c014964c82d"
]
}