|
1 | 1 | { |
2 | 2 | "powershell.codeFormatting.preset": "Custom", |
3 | | - "powershell.codeFormatting.useCorrectCasing": true, |
4 | | - "powershell.codeFormatting.autoCorrectAliases": true, |
| 3 | + "powershell.codeFormatting.useCorrectCasing": true, |
| 4 | + "powershell.codeFormatting.autoCorrectAliases": true, |
5 | 5 | "powershell.codeFormatting.whitespaceBeforeOpenBrace": true, |
6 | 6 | "powershell.codeFormatting.whitespaceBeforeOpenParen": true, |
7 | 7 | "powershell.codeFormatting.whitespaceAroundOperator": true, |
8 | 8 | "powershell.codeFormatting.whitespaceAfterSeparator": true, |
9 | | - "powershell.codeFormatting.addWhitespaceAroundPipe": true, |
| 9 | + "powershell.codeFormatting.addWhitespaceAroundPipe": true, |
10 | 10 | "powershell.codeFormatting.ignoreOneLineBlock": true, |
11 | 11 | "powershell.codeFormatting.newLineAfterCloseBrace": false, |
12 | 12 | "powershell.codeFormatting.newLineAfterOpenBrace": true, |
13 | 13 | "powershell.codeFormatting.openBraceOnSameLine": true, |
14 | | - "powershell.codeFormatting.alignPropertyValuePairs": false, |
| 14 | + "powershell.codeFormatting.alignPropertyValuePairs": false, |
15 | 15 | "powershell.codeFolding.enable": true, |
16 | | - "powershell.scriptAnalysis.enable": true, |
| 16 | + "powershell.scriptAnalysis.enable": true, |
17 | 17 | "powershell.scriptAnalysis.settingsPath": ".github/workflows/PSScriptAnalyzerSettings.psd1", |
18 | 18 | "editor.tabSize": 4, |
19 | 19 | "editor.insertSpaces": true, |
|
0 commit comments