summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/source/api.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/source/api.rst b/docs/source/api.rst
index c16af82..a98353f 100644
--- a/docs/source/api.rst
+++ b/docs/source/api.rst
@@ -46,6 +46,12 @@ The :meth:`~sqlparse.format` function accepts the following keyword arguments.
``reindent``
If ``True`` the indentations of the statements are changed.
+``reindent_aligned``
+ If ``True`` the indentations of the statements are changed, and statements are aligned by keywords.
+
+``use_space_around_operators``
+ If ``True`` spaces are used around all operators.
+
``indent_tabs``
If ``True`` tabs instead of spaces are used for indentation.