We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kind of reformatting afterwards
Specially useful for SELECT and ON lines
The text was updated successfully, but these errors were encountered:
Some ideas:
maybe based on some config file like on pyproject.toml or .sql_formatter
pyproject.toml
.sql_formatter
and then something in there like
[sql_formatter] max_line_length = 88
For case when we can split after and or or
case when
and
or
This should be done at the end of format_simple_sql maybe within a reformat_statements() function
format_simple_sql
reformat_statements()
Sorry, something went wrong.
PabloRMira
Successfully merging a pull request may close this issue.
Kind of reformatting afterwards
Specially useful for SELECT and ON lines
The text was updated successfully, but these errors were encountered: