We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6680226 commit 823e558Copy full SHA for 823e558
package.json
@@ -614,12 +614,12 @@
614
"powershell.codeFormatting.WhitespaceInsideBrace": {
615
"type": "boolean",
616
"default": true,
617
- "description": "Adds a space after an opening brace ('}') and before a closing brace ('}')."
+ "description": "Adds a space after an opening brace ('{') and before a closing brace ('}')."
618
},
619
"powershell.codeFormatting.WhitespaceAroundPipe": {
620
621
622
- "description": "Adds a space before and after a pipeline ('|')."
+ "description": "Adds a space before and after the pipeline operator ('|')."
623
624
"powershell.codeFormatting.ignoreOneLineBlock": {
625
0 commit comments