aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMitermayer Reis <mitermayer.reis@gmail.com>2018-01-18 15:45:40 -0800
committerGitHub <noreply@github.com>2018-01-18 15:45:40 -0800
commit5f5e582f643142edb1468f9f35d5702976bc6e5d (patch)
tree0bfde9223feae22448d3aa6a2d242b94e17ad123 /README.md
parentee3cb64ef5e0af9f0d293960a8ae33989fbc6469 (diff)
parent6132290b3e7d92db236bc7b11a246e1307e6332a (diff)
downloadvim-prettier-5f5e582f643142edb1468f9f35d5702976bc6e5d.tar.xz
Merge pull request #101 from nthurow/master
Support the `--arrow-parens` configuration option
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8cb1154..38f408d 100644
--- a/README.md
+++ b/README.md
@@ -190,6 +190,10 @@ g:prettier#config#bracket_spacing = 'false'
" Prettier default: false
g:prettier#config#jsx_bracket_same_line = 'true'
+" avoid|always
+" Prettier default: avoid
+g:prettier#config#arrow_parens = 'always'
+
" none|es5|all
" Prettier default: none
g:prettier#config#trailing_comma = 'all'