Skip to content

Commit c629012

Browse files
committed
Fix formatting of extension-dev.code-workspace
1 parent 82c120d commit c629012

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

extension-dev.code-workspace

+14-14
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77
"path": "../PowerShellEditorServices"
88
}
99
],
10-
"settings": {
11-
"files.associations": {
12-
"**/snippets/*.json": "jsonc",
13-
"**/.vsts-ci/**/*.yml": "azure-pipelines",
14-
},
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"
23-
}
10+
"settings": {
11+
"files.associations": {
12+
"**/snippets/*.json": "jsonc",
13+
"**/.vsts-ci/**/*.yml": "azure-pipelines",
14+
},
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"
23+
}
2424
}

0 commit comments

Comments
 (0)