From bea65f0b066a038f222e5c176032c0da0c5327e4 Mon Sep 17 00:00:00 2001 From: Ben Claussen Date: Fri, 17 Mar 2023 15:49:01 -0400 Subject: [PATCH] Update vscode settings --- .vscode/settings.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 1f7f861..3856375 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,8 +4,19 @@ "files.trimTrailingWhitespace": true, "powershell.scriptAnalysis.settingsPath": ".vscode/PSScriptAnalyzerSettings.psd1", "powershell.codeFormatting.newLineAfterCloseBrace": false, + "powershell.codeFormatting.useCorrectCasing": true, + "powershell.codeFormatting.preset": "OTBS", + "powershell.codeFormatting.addWhitespaceAroundPipe": true, + "powershell.codeFormatting.autoCorrectAliases": true, + "powershell.codeFormatting.newLineAfterCloseBrace": true, + "powershell.codeFormatting.newLineAfterOpenBrace": true, + "powershell.codeFormatting.openBraceOnSameLine": true, + "powershell.codeFormatting.whitespaceAfterSeparator": true, + "powershell.codeFormatting.whitespaceAroundOperator": true, + "powershell.codeFormatting.whitespaceBeforeOpenBrace": true, + "powershell.codeFormatting.whitespaceBeforeOpenParen": true, + "powershell.codeFormatting.trimWhitespaceAroundPipe": true, "[markdown]": { "files.trimTrailingWhitespace": false, - }, - "powershell.codeFormatting.openBraceOnSameLine": true + } } \ No newline at end of file