Skip to content

Wrong indentation for multi-line attributes #108

Open
@GergelyKalmar

Description

@GergelyKalmar

It seems that vim auto-indents multi-line attributes as follows:

<img src="test.png" width="10" height="10"
                               alt="test">

I'd prefer if they aligned on the first attribute:

<img src="test.png" width="10" height="10"
     alt="test">

I'm not sure if this behavior is coming from this plugin or somewhere else, but I'm wondering if it's possible to achieve the second option somehow.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions