before:
SELECT column2, column1 from ntegration_dnvcdtfusz; --Reference: /sql/sql-commands/ddl/table/ddl-create-table
after format:
SELECT
column2,
column1
from
airbyte_integration_dnvcdtfusz;
--Reference:/sql/sql-commands/ddl/table/ddl-create-table
I expect that such annotations will not need to be changed either.
BTW:
before:
select 4 <-> 3;
select 1 << 4;
select 1 !== 1;
after(Additional spaces):
select
4 < - > 3;
select
1 < < 4;
select
1 != = 1;
Perhaps there are other symbols as well