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 652652 " IncreaseIndentationAfterEveryPipeline" ,
653653 " NoIndentation"
654654 ],
655- "default" : " IncreaseIndentationForFirstPipeline " ,
655+ "default" : " NoIndentation " ,
656656 "description" : " Multi-line pipeline style settings."
657657 },
658658 "powershell.codeFormatting.whitespaceBeforeOpenBrace" : {
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ export function load(): ISettings {
141141 openBraceOnSameLine : true ,
142142 newLineAfterOpenBrace : true ,
143143 newLineAfterCloseBrace : true ,
144- pipelineIndentationStyle : PipelineIndentationStyle . IncreaseIndentationForFirstPipeline ,
144+ pipelineIndentationStyle : PipelineIndentationStyle . NoIndentation ,
145145 whitespaceBeforeOpenBrace : true ,
146146 whitespaceBeforeOpenParen : true ,
147147 whitespaceAroundOperator : true ,
You can’t perform that action at this time.
0 commit comments