File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 647647 " IncreaseIndentationAfterEveryPipeline" ,
648648 " NoIndentation"
649649 ],
650- "default" : " IncreaseIndentationForFirstPipeline " ,
650+ "default" : " NoIndentation " ,
651651 "description" : " Multi-line pipeline style settings."
652652 },
653653 "powershell.codeFormatting.whitespaceBeforeOpenBrace" : {
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ export function load(): ISettings {
135135 openBraceOnSameLine : true ,
136136 newLineAfterOpenBrace : true ,
137137 newLineAfterCloseBrace : true ,
138- pipelineIndentationStyle : PipelineIndentationStyle . IncreaseIndentationForFirstPipeline ,
138+ pipelineIndentationStyle : PipelineIndentationStyle . NoIndentation ,
139139 whitespaceBeforeOpenBrace : true ,
140140 whitespaceBeforeOpenParen : true ,
141141 whitespaceAroundOperator : true ,
You can’t perform that action at this time.
0 commit comments