New line for CASE statement?

I've done some searching, but can't seem to find which setting removes the "case statement starts on new line."

In a SELECT list, the CASE statement is indenting to insane levels - sometimes 50 or 60 spaces in.  Each case statement is starting on a new line, at the end of the previous statements key words.

It's excessive.  And I simply can not find the setting.

Example (end of the first line nearly 60 characters in already, so the CASE statement isn't even visible on my 2k display without scrolling.
u2.name AS [resolved by], c.resolved_by_role__c AS [resolved by role], u3.name AS [resolved by mananger], c.createddate AS [case created],
                                                                                                                                                                                                             CASE WHEN DATEDIFF(m, @snapshot_date, c.createddate) = 0 THEN 'Y' ELSE 'N' END AS [opened this month],

Parents Reply Children
No Data