diff options
| author | Dennis Taylor <dennis.taylor@clio.com> | 2016-06-02 15:28:27 -0700 |
|---|---|---|
| committer | Dennis Taylor <dennis.taylor@clio.com> | 2016-06-02 15:28:27 -0700 |
| commit | 9b84aac37a4099f4788508f98b7b1ed3010c424e (patch) | |
| tree | 44c100cccbc104d1598cedc9c20baa664cb1abd7 /docs/source | |
| parent | a767c88b008d407d91b9118d124e2a9b579a7f12 (diff) | |
| download | sqlparse-9b84aac37a4099f4788508f98b7b1ed3010c424e.tar.gz | |
Add --wrap_after option for wrapping identifier lists.
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/api.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/api.rst b/docs/source/api.rst index 518a428..e9fcdaa 100644 --- a/docs/source/api.rst +++ b/docs/source/api.rst @@ -52,6 +52,10 @@ The :meth:`~sqlparse.format` function accepts the following keyword arguments. ``indent_width`` The width of the indentation, defaults to 2. +``wrap_after`` + The column limit for wrapping comma-separated lists. If unspecified, it + puts every item in the list on its own line. + ``output_format`` If given the output is additionally formatted to be used as a variable in a programming language. Allowed values are "python" and "php". |
