From e144afaa17a5c4069c9b86558a2831e729429073 Mon Sep 17 00:00:00 2001 From: Atom Mac Date: Sun, 13 Oct 2019 10:04:00 -0400 Subject: Clarify that autoformat will be overridden by config_present --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index f83fb6d..f8c7253 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ Enable auto formatting of files that have "@format" or "@prettier" tag let g:prettier#autoformat = 1 ``` -Toggle the `g:prettier#autoformat` setting based on whether a config file can be found in the current directory or any parent directory. +Toggle the `g:prettier#autoformat` setting based on whether a config file can be found in the current directory or any parent directory. Note that this will override the `g:prettier#autoformat` setting! ```vim let g:prettier#autoformat_config_present = 1 -- cgit v1.3