Skip to content

Commit 823e558

Browse files
authored
Apply suggestions from code review
1 parent 6680226 commit 823e558

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -614,12 +614,12 @@
614614
"powershell.codeFormatting.WhitespaceInsideBrace": {
615615
"type": "boolean",
616616
"default": true,
617-
"description": "Adds a space after an opening brace ('}') and before a closing brace ('}')."
617+
"description": "Adds a space after an opening brace ('{') and before a closing brace ('}')."
618618
},
619619
"powershell.codeFormatting.WhitespaceAroundPipe": {
620620
"type": "boolean",
621621
"default": true,
622-
"description": "Adds a space before and after a pipeline ('|')."
622+
"description": "Adds a space before and after the pipeline operator ('|')."
623623
},
624624
"powershell.codeFormatting.ignoreOneLineBlock": {
625625
"type": "boolean",

0 commit comments

Comments
 (0)