Skip to content

Commit 6680226

Browse files
committed
fix whitespace
1 parent 81ab66c commit 6680226

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@
479479
"properties": {
480480
"powershell.sideBar.CommandExplorerVisibility": {
481481
"type": "boolean",
482-
"default":true,
482+
"default": true,
483483
"description": "Specifies the visibility of the Command Explorer in the PowerShell Side Bar."
484484
},
485485
"powershell.powerShellExePath": {
@@ -612,14 +612,14 @@
612612
"description": "Adds a space after a separator (',' and ';')."
613613
},
614614
"powershell.codeFormatting.WhitespaceInsideBrace": {
615-
"type": "boolean",
616-
"default": true,
617-
"description": "Adds a space after an opening brace ('}') and before a closing brace ('}')."
615+
"type": "boolean",
616+
"default": true,
617+
"description": "Adds a space after an opening brace ('}') and before a closing brace ('}')."
618618
},
619619
"powershell.codeFormatting.WhitespaceAroundPipe": {
620-
"type": "boolean",
621-
"default": true,
622-
"description": "Adds a space before and after a pipeline ('|')."
620+
"type": "boolean",
621+
"default": true,
622+
"description": "Adds a space before and after a pipeline ('|')."
623623
},
624624
"powershell.codeFormatting.ignoreOneLineBlock": {
625625
"type": "boolean",

0 commit comments

Comments
 (0)