File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 652
652
" IncreaseIndentationAfterEveryPipeline" ,
653
653
" NoIndentation"
654
654
],
655
- "default" : " IncreaseIndentationForFirstPipeline " ,
655
+ "default" : " NoIndentation " ,
656
656
"description" : " Multi-line pipeline style settings."
657
657
},
658
658
"powershell.codeFormatting.whitespaceBeforeOpenBrace" : {
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ export function load(): ISettings {
141
141
openBraceOnSameLine : true ,
142
142
newLineAfterOpenBrace : true ,
143
143
newLineAfterCloseBrace : true ,
144
- pipelineIndentationStyle : PipelineIndentationStyle . IncreaseIndentationForFirstPipeline ,
144
+ pipelineIndentationStyle : PipelineIndentationStyle . NoIndentation ,
145
145
whitespaceBeforeOpenBrace : true ,
146
146
whitespaceBeforeOpenParen : true ,
147
147
whitespaceAroundOperator : true ,
You can’t perform that action at this time.
0 commit comments