From f30546e894a5d28faff2dbbf10417bef4fff6cd7 Mon Sep 17 00:00:00 2001 From: Chiel ten Brinke Date: Tue, 16 Oct 2018 18:11:37 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 67c1e9d..5f7433a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ 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. +Most formatprograms will obey vim settings, such as `textwidth` and `shiftwidth()`. +You can easily customize existing formatprogram definitions 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.