We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5131c4c commit eabaac1Copy full SHA for eabaac1
sqlparse/formatter.py
@@ -74,6 +74,7 @@ def validate_options(options):
74
if indent_after_first not in [True, False]:
75
raise SQLParseError('Invalid value for indent_after_first: '
76
'{0!r}'.format(indent_after_first))
77
+ options['indent_after_first'] = indent_after_first
78
79
indent_tabs = options.get('indent_tabs', False)
80
if indent_tabs not in [True, False]:
0 commit comments