We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dac1d9 commit ec0af03Copy full SHA for ec0af03
sqlparse/cli.py
@@ -108,6 +108,13 @@ def create_parser():
108
default=False,
109
help='indent after first line of statement (e.g. SELECT)')
110
111
+ group.add_argument(
112
+ '--indent_columns',
113
+ dest='indent_columns',
114
+ action='store_true',
115
+ default=False,
116
+ help='indent all columns by indent_width instead of keyword length')
117
+
118
group.add_argument(
119
'-a', '--reindent_aligned',
120
action='store_true',
0 commit comments