From 9b84aac37a4099f4788508f98b7b1ed3010c424e Mon Sep 17 00:00:00 2001 From: Dennis Taylor Date: Thu, 2 Jun 2016 15:28:27 -0700 Subject: Add --wrap_after option for wrapping identifier lists. --- docs/sqlformat.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/sqlformat.1') diff --git a/docs/sqlformat.1 b/docs/sqlformat.1 index a42ea60..7d7987a 100644 --- a/docs/sqlformat.1 +++ b/docs/sqlformat.1 @@ -49,6 +49,10 @@ Set indent width to .IR INDENT_WIDTH . Default is 2 spaces. .TP +\fB\-\-wrap_after\fR=\fIWRAP_AFTER\fR +The column limit for wrapping comma-separated lists. If unspecified, it +puts every item in the list on its own line. +.TP \fB\-\-strip\-comments Remove comments. .TP -- cgit v1.2.1