THEN expression on same line as keyword
Current formatting is:
CASE
WHEN 1 = 1 THEN
'Hello World'
END
I need the option to put the expression on the same line:
CASE
WHEN 1 = 1 THEN 'Hello World'
END
12
votes
Anonymous
shared this idea
-
Anonymous commented
This already exists. Edit the style, select CASE under EXPRESSIONS. Uncheck the "Place expressions on new line."