Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

singleAttrSameLine

Control whether single attribute should be put on the same line with tag name.

Default option is true.

Example for false

Input:

<div class="app"></div> <div class="app" ></div>

Output:

<div class="app"></div> <div class="app" ></div>

Example for true

Input:

<div class="app"></div> <div class="app" ></div>

Output:

<div class="app"></div> <div class="app"></div>