1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:30:04 +08:00
SpaceVim/docs/layers/format.md
2018-09-12 20:14:20 +08:00

691 B

title description
SpaceVim format layer Code formatting support for SpaceVim

Available Layers >> format

Description

This layer provides code format feature SpaceVim, and neoformat is included in this layer.

Install

This layer is enabled by default. If you want to disable this layer, add following to your configuration file:

[[layers]]
  name = "tools"
  enable = false

Configuration

neoformat provide better default for different languages, but you can also config it in bootstrap function.