Merge branch 'master' of github.com:Chiel92/vim-autoformat

This commit is contained in:
Chiel92 2012-12-15 11:06:16 +01:00
commit 3cb07791c7

View File

@ -14,7 +14,9 @@ Bundle "Chiel92/vim-autoformat"
How to use How to use
---------- ----------
First you have to install an external program that can format code of the programming language you are using. First you have to install an external program that can format code of the programming language you are using.
It suffices to make the formatprogram either globally available or to put it in the `formatters/` folder. It suffices to make the formatprogram either globally available
(which is the case if you installed it via your package manager)
or to put it in the `formatters/` folder.
Sometimes alternative installation methods are supported. Sometimes alternative installation methods are supported.
When you have installed the formatters you need, you can format the buffer with the command `:Autoformat`. When you have installed the formatters you need, you can format the buffer with the command `:Autoformat`.