Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Request: wrap html attributes #16

Open
D1mon opened this issue Mar 22, 2018 · 0 comments
Open

Request: wrap html attributes #16

D1mon opened this issue Mar 22, 2018 · 0 comments

Comments

@D1mon
Copy link

D1mon commented Mar 22, 2018

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

wrap to:

<input
      type="text"
      class="form-control"
      id="formGroupExampleInput"
      placeholder="Example input"
>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant