Skip to content

Commit b21ec05

Browse files
Fix powershell code format configuration (#8155)
1 parent a689812 commit b21ec05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"powershell.codeFormatting.addWhitespaceAroundPipe": true,
33
"powershell.codeFormatting.alignPropertyValuePairs": true,
44
"powershell.codeFormatting.autoCorrectAliases": true,
5-
"powershell.codeFormatting.newLineAfterCloseBrace": true,
5+
"powershell.codeFormatting.newLineAfterCloseBrace": false,
66
"powershell.codeFormatting.newLineAfterOpenBrace": true,
77
"powershell.codeFormatting.openBraceOnSameLine": true,
88
"powershell.codeFormatting.pipelineIndentationStyle": "IncreaseIndentationForFirstPipeline",
9-
"powershell.codeFormatting.preset": "Stroustrup",
9+
"powershell.codeFormatting.preset": "OTBS",
1010
"powershell.codeFormatting.trimWhitespaceAroundPipe": true,
1111
"powershell.codeFormatting.whitespaceAfterSeparator": true,
1212
"powershell.codeFormatting.whitespaceAroundOperator": true,

0 commit comments

Comments
 (0)