add vs code extension config for dprint

This commit is contained in:
Erin 2023-09-05 15:45:25 -04:00
parent d86d678588
commit 6691708783
2 changed files with 8 additions and 0 deletions

5
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"recommendations": [
"dprint.dprint"
]
}

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"editor.defaultFormatter": "dprint.dprint"
}