We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 418b04f commit 3ea4c7eCopy full SHA for 3ea4c7e
1 file changed
docs/source/api.rst
@@ -46,6 +46,12 @@ The :meth:`~sqlparse.format` function accepts the following keyword arguments.
46
``reindent``
47
If ``True`` the indentations of the statements are changed.
48
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
55
``indent_tabs``
56
If ``True`` tabs instead of spaces are used for indentation.
57
0 commit comments