Skip to content

Commit

Permalink
add default config notes
Browse files Browse the repository at this point in the history
  • Loading branch information
vutran committed Jun 22, 2017
1 parent b21e4f8 commit bed5495
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ autocmd BufWritePre,TextChanged,InsertLeave *.js,*.css,*.scss,*.less PrettierAsy

### 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.

```vim
" max line lengh that prettier will wrap on
g:prettier#config#print_width = 80
Expand Down

0 comments on commit bed5495

Please sign in to comment.