Update VSCode settings

This commit is contained in:
Wes Carroll
2019-06-24 12:42:23 -04:00
parent ad8f06c6e1
commit 9d579a5785
+4
View File
@@ -1,4 +1,8 @@
{
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"editor.insertSpaces": true,
"editor.tabSize": 4,
"powershell.codeFormatting.preset": "OTBS",
"terminal.integrated.shell.windows": "c:/Program Files/PowerShell/6/pwsh.exe"
}