Skip to content

Commit ecfd169

Browse files
committed
Set default csharp and powershell formatters
1 parent 37f1667 commit ecfd169

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2+
"[csharp]": {
3+
"editor.defaultFormatter": "ms-dotnettools.csharp"
4+
},
25
"[powershell]": {
6+
"editor.defaultFormatter": "ms-vscode.powershell",
37
"files.trimTrailingWhitespace": true
48
},
59
"csharp.semanticHighlighting.enabled": true,

0 commit comments

Comments
 (0)