Update README.md

This commit is contained in:
Chiel ten Brinke 2018-10-16 18:11:37 +02:00 committed by GitHub
parent eda08fa331
commit f30546e894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,8 @@ Format code with one button press.
This plugin makes use of external formatting programs to achieve the best results. 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. 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, 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. vim-autoformat falls back by default to indenting, (using vim's auto indent functionality), retabbing and removing trailing whitespace.