-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dprint.jsonc
More file actions
28 lines (27 loc) · 791 Bytes
/
.dprint.jsonc
File metadata and controls
28 lines (27 loc) · 791 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
{
"$schema": "https://dprint.dev/schemas/v0.json",
"plugins": [
"https://plugins.dprint.dev/g-plane/malva-v0.14.3.wasm",
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.1.wasm",
"https://plugins.dprint.dev/json-0.21.0.wasm",
"https://plugins.dprint.dev/markdown-0.20.0.wasm",
"https://plugins.dprint.dev/typescript-0.95.12.wasm",
],
"json": {
"jsonTrailingCommaFiles": [
".vscode/*.json",
"tsconfig.json",
// TODO: Use globs once supported; https://github.com/dprint/dprint-plugin-json/issues/38
".vscode/extensions.json",
".vscode/launch.json",
".vscode/settings.json",
],
},
"malva": {},
"markdown": {},
"typescript": {
"quoteStyle": "preferDouble",
},
"yaml": {},
"excludes": ["**/*.svg"],
}