Joined table names should not be on the next line #588
Unanswered
quassy
asked this question in
The sqlfmt Style
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think a join should always formatted to have the table name in the same row as the
join
keyword, just like withfrom
, so the formatted query should look like this:Currently:
With line length 30 this will be formatted to:
and also with
on
:With line length 20 this will be formatted to:
Beta Was this translation helpful? Give feedback.
All reactions