From: Jean Privat Date: Wed, 21 Oct 2015 02:28:11 +0000 (-0400) Subject: man/nitpretty.md: add missing options `-line-width` and `--no-inline` X-Git-Tag: v0.7.9~13^2~9 X-Git-Url: http://nitlanguage.org man/nitpretty.md: add missing options `-line-width` and `--no-inline` Signed-off-by: Jean Privat --- diff --git a/share/man/nitpretty.md b/share/man/nitpretty.md index 571d4f2..eb69661 100644 --- a/share/man/nitpretty.md +++ b/share/man/nitpretty.md @@ -39,6 +39,12 @@ By default empty lines are kept as they were typed in the file. When enabling this option, `nitpretty` will decide where to break lines and will put empty lines to separate properties and code blocks. +### `--line-width` +Maximum length of lines (use 0 to disable automatic line breaks). + +### `--no-inline` +Disable automatic one-liners. + # SPECIFICATION The specification of the pretty printing is described here.