aboutsummaryrefslogtreecommitdiff
path: root/doc/prettier.txt
diff options
context:
space:
mode:
authorVu Tran <vu@vu-tran.com>2017-06-21 21:21:24 -0700
committerVu Tran <vu@vu-tran.com>2017-06-21 21:22:23 -0700
commit1d48f207c2912fd211fc4ffac1b54bb6e55cf88b (patch)
tree97d018ceb7f358204e5b1f4a6269701aef26a0d4 /doc/prettier.txt
parentb21e4f884af5a8355ab34109c954ec36ece87598 (diff)
downloadvim-prettier-1d48f207c2912fd211fc4ffac1b54bb6e55cf88b.tar.xz
add default config notes
Diffstat (limited to 'doc/prettier.txt')
-rw-r--r--doc/prettier.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/prettier.txt b/doc/prettier.txt
index ee68d95..5cac42a 100644
--- a/doc/prettier.txt
+++ b/doc/prettier.txt
@@ -93,6 +93,8 @@ Running before saving, changing text or leaving insert mode:
autocmd BufWritePre,TextChanged,InsertLeave *.js,*.css,*.scss,*.less PrettierAsync
<
Overwrite default prettier configuration
+
+Note: vim-prettier default settings differ from prettier intentionally. The default settings used on vim-prettier are meant to follow the same defaults that is used internally at Facebook and on Facebook open source projects.
>
" max line lengh that prettier will wrap on
g:prettier#config#print_width = 80