Toad formatting options

How to do this?

In TOAD i want to format my query:

select xmlelement(
“value”
,xmlforest(
code as “code_a”
)
like this

select xmlelement(“value”,
xmlforest(code as “code_a”)