diff --git a/.vscode/settings.json b/.vscode/settings.json index e6f820f5..ea708ee4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,7 +8,6 @@ "python.analysis.extraPaths": [ "${workspaceFolder}/../../../", ], - "powershell.codeFormatting.addWhitespaceAroundPipe": true, "powershell.codeFormatting.alignPropertyValuePairs": false, "powershell.codeFormatting.autoCorrectAliases": true, @@ -23,8 +22,9 @@ "powershell.codeFormatting.whitespaceBeforeOpenParen": true, "powershell.codeFormatting.whitespaceBetweenParameters": true, "powershell.codeFormatting.whitespaceInsideBrace": true, + "powershell.codeFormatting.avoidSemicolonsAsLineTerminators": true, "powershell.scriptAnalysis.enable": true, "[powershell]": { "editor.formatOnSave": true, }, -} \ No newline at end of file +}