Table of Contents

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

Author: root

Created: 2024-04-03 Wed 19:40

Validate