Skip to content

Array indent style (code formatting) #1904

Open
@JVimes

Description

@JVimes

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

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