beautify-handlebars

Beautify your handlebars/hbs/handlebars files using prettier

kandhavivekraj

2,405

0

1.0.3

MIT

GitHub

beautify-handlebars

Travis Build Status Github Version

Beautify your handlebars/mustache fiels, using Prettier.

Before:

Unformatted Code

To format, use the keyboard shortcut cmd-shift-b,

After:

Formatted Code

Usage

Keybindings

By default it uses cmd-shift-b to beautify your handlebars.

you can customize these in the Atom's keymap.cson (Atom -> Keymap..)

Formatted Code

Installation

Settings

Line Length

Set Settings -> Editor -> Preferred Line Length to Soft Wrap.

Indent using tab or space

Note: If you set Tab Type as auto it will behave same as soft.

Contributing