Open
Description
Prerequisites
- I have written a descriptive issue title.
- I have searched all issues to ensure it has not already been reported.
Summary
A lot of people including me like OTBS with else
on a new line.
To achieve this with vscode-powershell
one have to use "powershell.codeFormatting.preset": "Custom"
and set all formatting rules one by one.
It'd be nice with the ability to override any setting set by a preset. If this is not possible or feasible maybe a new preset can be added to PSScriptAnalyzer:
Proposed Design
No response