Skip to content

Associative array key not indenting when passed as argument #409

@godismyjudge95

Description

@godismyjudge95

Expected formatting:

$content = (new Editor([
	'extensions' => [
        new StarterKit,
        new Link,
        new Set($storage, $assetContainer, $this->images_base_path),
    ],
]);

Outputted formatting:

$content = (new Editor([
'extensions' => [
        new StarterKit,
        new Link,
        new Set($storage, $assetContainer, $this->images_base_path),
    ],
]);

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions