Skip to content

Commit f839eb9

Browse files
committed
chore: use 'gplane.dprint2' as vscode formatter
1 parent 98f72af commit f839eb9

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-
"dprint.dprint",
3+
"gplane.dprint2",
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,23 +1,23 @@
11
{
22
"[json]": {
3-
"editor.defaultFormatter": "dprint.dprint",
3+
"editor.defaultFormatter": "gplane.dprint2",
44
"editor.quickSuggestions": {
55
"strings": true
66
}
77
},
88
"[jsonc]": {
9-
"editor.defaultFormatter": "dprint.dprint",
9+
"editor.defaultFormatter": "gplane.dprint2",
1010
"editor.quickSuggestions": {
1111
"strings": true
1212
}
1313
},
1414
"[typescript]": {
15-
"editor.defaultFormatter": "dprint.dprint"
15+
"editor.defaultFormatter": "gplane.dprint2"
1616
},
1717
"[yaml]": {
1818
"diffEditor.ignoreTrimWhitespace": false,
1919
"editor.autoIndent": "keep",
20-
"editor.defaultFormatter": "dprint.dprint",
20+
"editor.defaultFormatter": "gplane.dprint2",
2121
"editor.insertSpaces": true,
2222
"editor.quickSuggestions": {
2323
"comments": false,

0 commit comments

Comments
 (0)