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