forked from giampaolo/psutil
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dprint.jsonc
More file actions
31 lines (31 loc) · 751 Bytes
/
.dprint.jsonc
File metadata and controls
31 lines (31 loc) · 751 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
{
"markdown": {
"lineWidth": 79,
"textWrap": "always",
},
"json": {
"indentWidth": 4,
"associations": [
"**/*.json",
"**/*.jsonc",
],
},
"yaml": {
"associations": [
"**/*.yml",
"**/*.yaml",
"**/.clang-format",
],
},
"excludes": [
"**/*-lock.json",
".github/ISSUE_TEMPLATE/bug.md",
".github/ISSUE_TEMPLATE/enhancement.md",
".github/PULL_REQUEST_TEMPLATE.md",
],
"plugins": [
"https://plugins.dprint.dev/markdown-0.21.1.wasm",
"https://plugins.dprint.dev/json-0.21.1.wasm",
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.6.0.wasm",
],
}