A new line is inserted after the RECORD statement when formatting a TYPE object.
This is the result:
TYPE r_type IS RECORD
(
...
And this is the expected result:
TYPE r_type IS RECORD(
...
How can I achieve that format?
Please find screenshot attached to see which settings do you need to apply