Skip to content

PSUseConsistentIndentation adds to indent level for every open sub expression #764

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
SeeminglyScience opened this issue May 22, 2017 · 1 comment

Comments

@SeeminglyScience
Copy link
Collaborator

Steps to reproduce

  1. Add this to a ps1 file in VSCode.
@((
'test'
))
  1. Format document.

Expected result

@((
    'test'
))

Actual result

@((
        'test'
    ))
@kapilmb
Copy link

kapilmb commented May 22, 2017

Thanks for reporting the issue. We are already tracking the bug at PowerShell/vscode-powershell#576. Please subscribe to that issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants