Skip to content

Commit bcd96a7

Browse files
committed
Indent workspace configuration with two spaces
1 parent 883d648 commit bcd96a7

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ indent_style = space
66
indent_size = 4
77
insert_final_newline = true
88

9-
[*.{json,yaml,yml}]
9+
[*.{json,yaml,yml,code-workspace}]
1010
indent_size = 2

extension-dev.code-workspace

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
2-
"folders": [
3-
{
4-
"path": "."
5-
},
6-
{
7-
"path": "../PowerShellEditorServices"
8-
}
9-
],
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"
2+
"folders": [
3+
{
4+
"path": "."
5+
},
6+
{
7+
"path": "../PowerShellEditorServices"
238
}
9+
],
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)