This layer adds support for web-beautify.
- Format buffer to be beautiful
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
Key binding | Description |
---|---|
SPC m = = | beautify code in supported layers |