From 0923017c636de98af60f2d88f53c0272aa7ce02d Mon Sep 17 00:00:00 2001 From: Chiel ten Brinke Date: Tue, 24 Jan 2017 16:40:40 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a9e58a8..ae9b8ad 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # vim-autoformat -Format code with one button press! -This plugin makes use of external formatprograms to achieve the best results. -Check the list of formatprograms to see which languages are supported by default. -You can easily customize or add your own formatprogram. +Format code with one button press. + +This plugin makes use of external formatting programs to achieve the best results. +Check the list of formatprograms below to see which languages are supported by default. +You can easily customize these or add your own formatprogram. When no formatprogram exists (or no formatprogram is installed) for a certain filetype, vim-autoformat falls back by default to indenting, (using vim's auto indent functionality), retabbing and removing trailing whitespace.