Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Request: wrap html attributes #16

@D1mon

Description

@D1mon

<input type="text" class="form-control" id="formGroupExampleInput" placeholder="Example input">

wrap to:

<input
      type="text"
      class="form-control"
      id="formGroupExampleInput"
      placeholder="Example input"
>

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