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 647
647
" IncreaseIndentationAfterEveryPipeline" ,
648
648
" NoIndentation"
649
649
],
650
- "default" : " IncreaseIndentationForFirstPipeline " ,
650
+ "default" : " NoIndentation " ,
651
651
"description" : " Multi-line pipeline style settings."
652
652
},
653
653
"powershell.codeFormatting.whitespaceBeforeOpenBrace" : {
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ export function load(): ISettings {
135
135
openBraceOnSameLine : true ,
136
136
newLineAfterOpenBrace : true ,
137
137
newLineAfterCloseBrace : true ,
138
- pipelineIndentationStyle : PipelineIndentationStyle . IncreaseIndentationForFirstPipeline ,
138
+ pipelineIndentationStyle : PipelineIndentationStyle . NoIndentation ,
139
139
whitespaceBeforeOpenBrace : true ,
140
140
whitespaceBeforeOpenParen : true ,
141
141
whitespaceAroundOperator : true ,
You can’t perform that action at this time.
0 commit comments