Add note about proseWrap option under printWidth for clarity (#3364)

master
Ryan Zimmerman 2017-11-30 15:54:54 -05:00 committed by Lucas Duailibe
parent cd6749cbb9
commit d6bb6edeae
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ Specify the line length that the printer will wrap on.
| ------- | --------------------- | ------------------- |
| `80` | `--print-width <int>` | `printWidth: <int>` |
(If you don't want line wrapping when formatting Markdown, you can set the [Prose Wrap](#prose-wrap) option to disable it.)
## Tab Width
Specify the number of spaces per indentation-level.