Skip to content

Commit

Permalink
Customize PowerShell formatting for workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleejordan committed Apr 1, 2021
1 parent 9a0770f commit 833a915
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion extension-dev.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
"**/snippets/*.json": "jsonc",
"**/.vsts-ci/**/*.yml": "azure-pipelines",
},
"typescript.tsdk": "./node_modules/typescript/lib"
"typescript.tsdk": "./node_modules/typescript/lib",
"powershell.codeFormatting.autoCorrectAliases": true,
"powershell.codeFormatting.newLineAfterCloseBrace": false,
"powershell.codeFormatting.trimWhitespaceAroundPipe": true,
"powershell.codeFormatting.useCorrectCasing": true,
"powershell.codeFormatting.whitespaceBeforeOpenBrace": false,
"powershell.codeFormatting.whitespaceBetweenParameters": true,
"powershell.codeFormatting.pipelineIndentationStyle": "IncreaseIndentationForFirstPipeline"
}
}

0 comments on commit 833a915

Please sign in to comment.