Skip to content

Commit 3ea4c7e

Browse files
xg1990andialbrecht
authored andcommitted
put available format options into API doc
1 parent 418b04f commit 3ea4c7e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/source/api.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ The :meth:`~sqlparse.format` function accepts the following keyword arguments.
4646
``reindent``
4747
If ``True`` the indentations of the statements are changed.
4848

49+
``reindent_aligned``
50+
If ``True`` the indentations of the statements are changed, and statements are aligned by keywords.
51+
52+
``use_space_around_operators``
53+
If ``True`` spaces are used around all operators.
54+
4955
``indent_tabs``
5056
If ``True`` tabs instead of spaces are used for indentation.
5157

0 commit comments

Comments
 (0)