Hi,
Other than specifying a margin (which I prefer to leave at 999), is there a Formatter option that fully newlines a query with a single JOIN? This is what I mean:
I'd be OK with the "ON" indented as well, but I'm mostly interested in putting a newline before the INNER JOIN, like Formatter usually does with multiple JOINs.
Alternatively, this could be a bug in the parser where the Formatter newline/indents multiple JOINs but not a single JOIN. It is independent of the setting for Alignments -> DML statements -> Try to put very simple queries on a single line.
Best,
KJ