Skip to content

Commit

Permalink
(maint) Add VSCode settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 committed Feb 19, 2021
1 parent 648f5e5 commit 9c524db
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"omnisharp.enableEditorConfigSupport": true,
"omnisharp.enableRoslynAnalyzers": true,
"[powershell]": {
"files.encoding": "utf8bom"
},
"powershell.codeFormatting.addWhitespaceAroundPipe": true
}

0 comments on commit 9c524db

Please sign in to comment.