|
1 | 1 | { |
2 | | - "files.trimTrailingWhitespace": true, |
3 | | - "files.insertFinalNewline": true, |
4 | | - "editor.tabSize": 4, |
5 | | - "editor.insertSpaces": true, |
6 | | - "files.encoding": "utf8", |
7 | | - "powershell.codeFormatting.preset": "OTBS", |
8 | | - "powershell.codeFormatting.ignoreOneLineBlock": false, |
9 | | - "powershell.codeFormatting.newLineAfterCloseBrace": false, |
10 | | - "powershell.codeFormatting.pipelineIndentationStyle": "IncreaseIndentationForFirstPipeline", |
11 | | - "powershell.codeFormatting.alignPropertyValuePairs": true, |
12 | | - "powershell.codeFormatting.autoCorrectAliases": true, |
13 | | - "powershell.codeFormatting.useCorrectCasing": true, |
14 | | - "powershell.scriptAnalysis.settingsPath": "ScriptAnalyzerSettings.psd1", |
15 | | - "files.associations": { |
16 | | - "*.ps1xml": "xml", |
17 | | - ".earthlyignore": "ignore" |
18 | | - } |
| 2 | + "files.trimTrailingWhitespace": true, |
| 3 | + "files.insertFinalNewline": true, |
| 4 | + "editor.tabSize": 4, |
| 5 | + "editor.insertSpaces": true, |
| 6 | + "files.encoding": "utf8", |
| 7 | + "powershell.codeFormatting.preset": "OTBS", |
| 8 | + "powershell.codeFormatting.ignoreOneLineBlock": false, |
| 9 | + "powershell.codeFormatting.newLineAfterCloseBrace": false, |
| 10 | + "powershell.codeFormatting.pipelineIndentationStyle": "IncreaseIndentationForFirstPipeline", |
| 11 | + "powershell.codeFormatting.alignPropertyValuePairs": true, |
| 12 | + "powershell.codeFormatting.autoCorrectAliases": true, |
| 13 | + "powershell.codeFormatting.useCorrectCasing": true, |
| 14 | + "powershell.scriptAnalysis.settingsPath": "ScriptAnalyzerSettings.psd1", |
| 15 | + "files.associations": { |
| 16 | + "*.ps1xml": "xml", |
| 17 | + ".earthlyignore": "ignore" |
| 18 | + }, |
| 19 | + "coverage-gutters.coverageFileNames": ["coverage.xml"], |
| 20 | + "coverage-gutters.coverageBaseDir": "**" |
19 | 21 | } |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
0 commit comments