diff options
Diffstat (limited to 'doc/prettier.txt')
| -rw-r--r-- | doc/prettier.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/prettier.txt b/doc/prettier.txt index de2af6e..716f66a 100644 --- a/doc/prettier.txt +++ b/doc/prettier.txt @@ -94,7 +94,7 @@ You can check what is the resolved `prettier` cli version by: You can send to prettier your entire buffer but ensure that it formats only your selection. -**note: ** differs from `:PrettierFragment` by sending the entire buffer +**note:** differs from `:PrettierFragment` by sending the entire buffer to prettier, allowing identation level to be preserved, but it requires the whole file to be valid. > @@ -103,7 +103,7 @@ the whole file to be valid. You can send to prettier your current selection as a fragment of same type as the file being edited. -**note: ** differs from `:PrettierPartial` by sending only the current selection +**note:** differs from `:PrettierPartial` by sending only the current selection to prettier, this allows for faster formatting but wont preserve indentation. > :PrettierFragment |
