You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to ignore the closing braces that have valid code behind it on the same line (in these cases a comma or a dash, but I expect there are other scenarios)?
The text was updated successfully, but these errors were encountered:
System Details
$PSVersionTable
:Issue Description
With the setting "powershell.codeFormatting.newLineAfterCloseBrace" set to true, the formatter changes this:
to this:
and this:
to this:
Is there a way to ignore the closing braces that have valid code behind it on the same line (in these cases a comma or a dash, but I expect there are other scenarios)?
The text was updated successfully, but these errors were encountered: