From 0470faa1832196ad9ea9faf39004ebf1bbcbac6b Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Tue, 20 Oct 2015 22:28:11 -0400 Subject: [PATCH] man/nitpretty.md: add missing options `-line-width` and `--no-inline` Signed-off-by: Jean Privat --- share/man/nitpretty.md | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 1.7.9.5