web-beautify layer
Table of ContentsClose
1. Description
This layer adds support for web-beautify.
1.1. Features:
- Format buffer to be beautiful
2. Install
To use this configuration layer, add it to your ~/.spacemacs. You will need to
add web-beautify to the existing dotspacemacs-configuration-layers list in
this file.
To install js-beautify globally:
$ npm install -g js-beautify
3. Key bindings
| Key binding | Description |
|---|---|
SPC m = = |
beautify code in supported layers |