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

https://github.com/vim-jp/autofmt

Text Formatting Plugin
https://github.com/vim-jp/autofmt

Last synced: 6 months ago
JSON representation

Text Formatting Plugin

Awesome Lists containing this project

README

          

This is a 'formatexpr' plugin.

License:
public domain

Usage:
:set runtimepath+=/path/to/autofmt/
:set formatexpr=autofmt#compat#formatexpr()

Following method can be used:
autofmt#compat#formatexpr(): Vim compatible
autofmt#uax14#formatexpr(): Implementation of UAX #14
autofmt#japanese#formatexpr(): Japanese

See doc/autofmt.txt for more information.