add vs code extension config for dprint
This commit is contained in:
parent
d86d678588
commit
6691708783
2 changed files with 8 additions and 0 deletions
5
.vscode/extensions.json
vendored
Normal file
5
.vscode/extensions.json
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"dprint.dprint"
|
||||||
|
]
|
||||||
|
}
|
||||||
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"editor.defaultFormatter": "dprint.dprint"
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue