We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e9e51 commit 24d7597Copy full SHA for 24d7597
dprint.json
@@ -4,7 +4,9 @@
4
"lineWidth": 120,
5
"trailingCommas": "never"
6
},
7
- "json": {},
+ "json": {
8
+ "trailingCommas": "never"
9
+ },
10
"markdown": {
11
"textWrap": "always"
12
text-runner.jsonc
@@ -14,5 +14,5 @@
14
// whether to verify online files/links (warning: this makes tests flaky)
15
"online": false,
16
// whether to delete all files in the workspace folder before running the tests
17
- "emptyWorkspace": false
+ "emptyWorkspace": false,
18
}
0 commit comments