aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/prettier.txt5
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'