spacemacs/layers/+tools/web-beautify/README.org

31 lines
822 B
Org Mode
Raw Normal View History

#+TITLE: web-beautify layer
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#key-bindings][Key Bindings]]
* Description
This layer adds support for [[https://github.com/yasuyk/web-beautify][web-beautify]].
** Features:
- Format buffer to be beautiful
* 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:
2018-07-10 10:57:25 +00:00
#+BEGIN_SRC sh
$ npm install -g js-beautify
#+END_SRC
* Key Bindings
2018-05-18 05:58:00 +00:00
| Key Binding | Description |
|-------------+-----------------------------------|
| ~SPC m =~ | beautify code in supported layers |