Skip to content

Commit dd92b71

Browse files
committed
chore: update to dprint.dprint as the default formatter for various file types
1 parent 5ad9891 commit dd92b71

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"recommendations": [
3-
"gplane.dprint2",
3+
"dprint.dprint",
44
"dbaeumer.vscode-eslint",
55
"bierner.comment-tagged-templates"
66
]

.vscode/settings.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"[json]": {
3-
"editor.defaultFormatter": "gplane.dprint2"
3+
"editor.defaultFormatter": "dprint.dprint"
44
},
55
"[jsonc]": {
6-
"editor.defaultFormatter": "gplane.dprint2"
6+
"editor.defaultFormatter": "dprint.dprint"
77
},
88
"[typescript]": {
9-
"editor.defaultFormatter": "gplane.dprint2"
9+
"editor.defaultFormatter": "dprint.dprint"
1010
},
1111
"[yaml]": {
1212
"diffEditor.ignoreTrimWhitespace": false,
1313
"editor.autoIndent": "keep",
14-
"editor.defaultFormatter": "gplane.dprint2",
14+
"editor.defaultFormatter": "dprint.dprint",
1515
"editor.insertSpaces": true,
1616
"editor.tabSize": 2
1717
},

0 commit comments

Comments
 (0)