dotnet format && vssettings to match .editorconfig

This commit is contained in:
2022-01-24 16:00:29 -07:00
parent 568a04ea11
commit fad88c69c7
2 changed files with 56 additions and 24 deletions

View File

@ -86,6 +86,12 @@
"group": ".NET Core",
"name": ".net Core - New Blazor Web Assembly Hosted and Progressive Web Application"
},
{
"auto": true,
"command": "dotnet format --report obj",
"group": ".NET Core",
"name": ".net Core - Format Report in Obj"
},
{
"auto": true,
"command": "git branch -vv",