diff options
| author | Atom Mac <atom.mac@gmail.com> | 2019-10-13 10:04:00 -0400 |
|---|---|---|
| committer | Atom Mac <atom.mac@gmail.com> | 2019-10-13 10:04:00 -0400 |
| commit | e144afaa17a5c4069c9b86558a2831e729429073 (patch) | |
| tree | e5f9a74d33ad77cfbf77a19f44eee828b1aedce8 | |
| parent | 59c4644692e10613b78e8746fe0832d33a2e1216 (diff) | |
| download | vim-prettier-e144afaa17a5c4069c9b86558a2831e729429073.tar.xz | |
Clarify that autoformat will be overridden by config_present
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
