diff options
| author | Nick Thurow <nicholas.thurow@optum.com> | 2018-01-18 11:20:44 -0600 |
|---|---|---|
| committer | Nick Thurow <nicholas.thurow@optum.com> | 2018-01-18 13:02:52 -0600 |
| commit | 6132290b3e7d92db236bc7b11a246e1307e6332a (patch) | |
| tree | 0bfde9223feae22448d3aa6a2d242b94e17ad123 /doc/prettier.txt | |
| parent | ee3cb64ef5e0af9f0d293960a8ae33989fbc6469 (diff) | |
| download | vim-prettier-6132290b3e7d92db236bc7b11a246e1307e6332a.tar.xz | |
Support the `--arrow-parens` configuration option
Diffstat (limited to 'doc/prettier.txt')
| -rw-r--r-- | doc/prettier.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/prettier.txt b/doc/prettier.txt index ad0f24e..f59c129 100644 --- a/doc/prettier.txt +++ b/doc/prettier.txt @@ -153,7 +153,10 @@ However they can be configured by: g:prettier#config#bracket_spacing = 'false' " put > on the last line instead of new line - g:prettier#config#jsx_bracket_same_line = 'true' + g:prettier#config#jsx_bracket_same_line = 'true' + + " avoid|always + g:prettier#config#arrow_parens = 'always' " none|es5|all g:prettier#config#trailing_comma = 'all' |
