An open API service indexing awesome lists of open source software.

https://github.com/meain/beautify.vim

Format code using existing tools
https://github.com/meain/beautify.vim

Last synced: 26 days ago
JSON representation

Format code using existing tools

Awesome Lists containing this project

README

        

# Beautify

> We got a lot of code formatters out there, why not use them ;)

## Usage
Just use the command `:Beautfy` to beautify the buffer you are in.

## Supported file types

Dependency in brackets.

* python ( autopep8 )
* json ( js-beautify )
* html ( js-beautify )
* js ( js-beautify )
* css ( js-beautify )

## Installing dependencies

### autopep8
`pip install autopep8`

### js-beautify
`npm i -g js-beautify`