Skip to content

Commit 24d7597

Browse files
committed
dprint.json text-runner.jsonc
1 parent 48e9e51 commit 24d7597

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

dprint.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"lineWidth": 120,
55
"trailingCommas": "never"
66
},
7-
"json": {},
7+
"json": {
8+
"trailingCommas": "never"
9+
},
810
"markdown": {
911
"textWrap": "always"
1012
},

text-runner.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
// whether to verify online files/links (warning: this makes tests flaky)
1515
"online": false,
1616
// whether to delete all files in the workspace folder before running the tests
17-
"emptyWorkspace": false
17+
"emptyWorkspace": false,
1818
}

0 commit comments

Comments
 (0)