We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a0770f commit 833a915Copy full SHA for 833a915
extension-dev.code-workspace
@@ -12,6 +12,13 @@
12
"**/snippets/*.json": "jsonc",
13
"**/.vsts-ci/**/*.yml": "azure-pipelines",
14
},
15
- "typescript.tsdk": "./node_modules/typescript/lib"
+ "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"
23
}
24
0 commit comments