Skip to content
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

Array indent style (code formatting) #1904

Open
2 tasks done
JVimes opened this issue Mar 15, 2023 · 0 comments
Open
2 tasks done

Array indent style (code formatting) #1904

JVimes opened this issue Mar 15, 2023 · 0 comments

Comments

@JVimes
Copy link

JVimes commented Mar 15, 2023

Prerequisites

  • I have written a descriptive issue title.
  • I have searched all issues to ensure it has not already been reported.

Summary

Request a setting like pipelineIndentationStyle but for arrays.

Formatting removes my indents:

$folders = "\.git",
"\exampleSite",
"\images",
"\logo.png"

Would be nice to have:

$folders = "\.git",
           "\exampleSite",
           "\images",
           "\logo.png"

And this (first item on new line):

$folders =
    "\.git",
    "\exampleSite",
    "\images",
    "\logo.png"

Proposed Design

No response

@ghost ghost added the Needs: Triage 🔍 label Mar 15, 2023
@SydneyhSmith SydneyhSmith transferred this issue from PowerShell/vscode-powershell Mar 21, 2023
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