Skip to content

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

@SeeminglyScience

Description

@SeeminglyScience

Steps to reproduce

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

Expected result

@((
    'test'
))

Actual result

@((
        'test'
    ))

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions