When I format the following Code in SQL Developer 20.2
BEGIN
-- a comment
NULL;
END;
/
I get this the first time:
BEGIN
-- a comment
NULL;
END;
/
and this after formatting it the second time:
BEGIN
-- a comment
NULL;
END;
/
Every time an additional (unwanted) indentation is added before NULL;. This worked fine with SQL Developer 19.4.0.
Same behaviour with multi-line comments. Same behaviour on macOS and Windows.
Any Idea how I can avoid this additional indentation with SQL Developer 20.2.0?
I hoped we get access to comment nodes in Arbori, based on this thread SQL Developer 19.2.1 - Custom format: line break on hints, columns/argument alignment . But it does not seem so, so I really have no idea how to change formatting when comments are involved.
Thanks
Philipp
P.S.
I use this settings:
