Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reset indentation for new queries #87

Closed
wants to merge 5 commits into from

Conversation

kufii
Copy link
Contributor

@kufii kufii commented Oct 29, 2019

select * from test;
CREATE TABLE TEST(id NUMBER NOT NULL, col1 VARCHAR2(20), col2 VARCHAR2(20));

was getting formatted like

SELECT
  *
FROM
  test;
CREATE TABLE TEST(
    id NUMBER NOT NULL,
    col1 VARCHAR2(20),
    col2 VARCHAR2(20)
  );

this fixes it

@coveralls
Copy link

coveralls commented Oct 29, 2019

Coverage Status

Coverage remained the same at 100.0% when pulling 605cd9e on kufii:patch-2 into 2f3e9a8 on zeroturnaround:master.

@nene
Copy link
Collaborator

nene commented Jan 22, 2021

Now part of larger PR: #112

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants