From 7f16613cea8efd0a9e4711eaa3246bebdd187a67 Mon Sep 17 00:00:00 2001 From: veelenga Date: Thu, 11 Dec 2014 09:05:48 +0200 Subject: [PATCH] Added description to default formatprograms --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index dc5ae45..1af3565 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,11 @@ Here is the link to the SASS homepage: http://sass-lang.com/. It's probably in your distro's repository, so you can download it as a regular package. For Ubuntu type `sudo apt-get install tidy` in a terminal. +* `rbeautify` for __Ruby__. +It is shipped with `rbeautify`, which can be installed by running `gem install ruby-beautify`. +Note that compatible `ruby-beautify-0.94.0` or higher version. +Here is the link to the repository: https://github.com/erniebrodeur/ruby-beautify + How can I change the behaviour of formatters, or add one myself? --------------------------------------------- If you need a formatter that is not among the defaults, or if you are not satisfied with the default formatting behaviour that is provided by vim-autoformat, you can define it yourself.