Skip to content
This repository was archived by the owner on Mar 1, 2021. It is now read-only.

Commit ed7ffda

Browse files
committed
(maint) Add VSCode settings file
1 parent 980f8d9 commit ed7ffda

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.vscode/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"omnisharp.enableEditorConfigSupport": true,
3+
"omnisharp.enableRoslynAnalyzers": true,
4+
"[powershell]": {
5+
"files.encoding": "utf8bom"
6+
},
7+
"powershell.codeFormatting.addWhitespaceAroundPipe": true
8+
}

0 commit comments

Comments
 (0)