Please, help!
By defaul Beautifier:
select p.ab_field1, -- comment 1
p.abc_field2, -- comment 2
p.a_field3, -- comment 3
from some_table t
where t.field3 = 1
Desired Beautifier Behavior (align fields in a table and single-line comments):
select p.ab_field1, -- comment 1...