forked from iotaledger/iota
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdprint.json
More file actions
32 lines (32 loc) · 1 KB
/
dprint.json
File metadata and controls
32 lines (32 loc) · 1 KB
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
{
"$schema": "https://dprint.dev/schemas/v0.json",
"incremental": true,
"includes": [
"**/*.{toml}",
"**/*.{md}",
"**/*.{yml,yaml}"
],
"excludes": [
"**/CHANGELOG.md",
"**/target/",
"**/build/",
"external-crates/move/crates/move-docgen/tests/sources/*.md",
"examples/trading/api/prisma/migrations/migration_lock.toml",
"sdk/create-dapp/templates/",
"crates/iota-core/tests/staged/iota.yaml",
"crates/iota-framework/docs/**/*.{md}",
"crates/iota-graphql-rpc/docs/examples.md",
"**/pnpm-lock.yaml",
"external-crates/move/crates/move-stdlib/**/docs/**/*.md",
"crates/iota/src/unit_tests/fixtures/*",
"external-crates/move/crates/move-package-alt/tests/data/manifest_parsing_invalid/basic_invalid_environment2/Move.toml"
],
"toml": {
"lineWidth": 80
},
"plugins": [
"https://plugins.dprint.dev/toml-0.6.4.wasm",
"https://plugins.dprint.dev/markdown-0.17.8.wasm",
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.0.wasm"
]
}