Skip to content

Newline Indentation aligning with equal sign #774

Closed
@jstoks

Description

@jstoks

Having php-lineup-string-cont as part of statement-cont causes the cursor to align with the equals sign for assignments even when there's no string. There is no interaction with php-lineup-cascaded-calls because I have that option disabled.

Actual:

$result = Operation::make()
        ->someFunction();

Expected:

$result = Operation::make()
    ->someFunction();

(Seems related to #745)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions