Prepping for next release

This commit is contained in:
Wes Carroll
2020-08-20 13:25:37 -04:00
parent ae53dcd4d2
commit 23e0b8a665
3 changed files with 8 additions and 3 deletions
+2 -1
View File
@@ -4,5 +4,6 @@
"editor.insertSpaces": true,
"editor.tabSize": 4,
"powershell.codeFormatting.preset": "OTBS",
"terminal.integrated.shell.windows": "c:/Program Files/PowerShell/7/pwsh.exe"
"terminal.integrated.shell.windows": "c:/Program Files/PowerShell/7/pwsh.exe",
"powershell.codeFormatting.addWhitespaceAroundPipe": true
}