Skip to content

Feature Request: --annotations & special characters format #908

@Chasen-Zhang

Description

@Chasen-Zhang

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions