File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"recommendations" : [
3
- " gplane.dprint2 " ,
3
+ " dprint.dprint " ,
4
4
" dbaeumer.vscode-eslint" ,
5
5
" bierner.comment-tagged-templates"
6
6
]
Original file line number Diff line number Diff line change 1
1
{
2
2
"[json]" : {
3
- "editor.defaultFormatter" : " gplane.dprint2 "
3
+ "editor.defaultFormatter" : " dprint.dprint "
4
4
},
5
5
"[jsonc]" : {
6
- "editor.defaultFormatter" : " gplane.dprint2 "
6
+ "editor.defaultFormatter" : " dprint.dprint "
7
7
},
8
8
"[typescript]" : {
9
- "editor.defaultFormatter" : " gplane.dprint2 "
9
+ "editor.defaultFormatter" : " dprint.dprint "
10
10
},
11
11
"[yaml]" : {
12
12
"diffEditor.ignoreTrimWhitespace" : false ,
13
13
"editor.autoIndent" : " keep" ,
14
- "editor.defaultFormatter" : " gplane.dprint2 " ,
14
+ "editor.defaultFormatter" : " dprint.dprint " ,
15
15
"editor.insertSpaces" : true ,
16
16
"editor.tabSize" : 2
17
17
},
You can’t perform that action at this time.
0 commit comments