Skip to content

Commit 833a915

Browse files
committed
Customize PowerShell formatting for workspace
1 parent 9a0770f commit 833a915

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

extension-dev.code-workspace

+8-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
"**/snippets/*.json": "jsonc",
1313
"**/.vsts-ci/**/*.yml": "azure-pipelines",
1414
},
15-
"typescript.tsdk": "./node_modules/typescript/lib"
15+
"typescript.tsdk": "./node_modules/typescript/lib",
16+
"powershell.codeFormatting.autoCorrectAliases": true,
17+
"powershell.codeFormatting.newLineAfterCloseBrace": false,
18+
"powershell.codeFormatting.trimWhitespaceAroundPipe": true,
19+
"powershell.codeFormatting.useCorrectCasing": true,
20+
"powershell.codeFormatting.whitespaceBeforeOpenBrace": false,
21+
"powershell.codeFormatting.whitespaceBetweenParameters": true,
22+
"powershell.codeFormatting.pipelineIndentationStyle": "IncreaseIndentationForFirstPipeline"
1623
}
1724
}

0 commit comments

Comments
 (0)