Skip to content

Allow for one-line CREATE TABLE statements #46

@nene

Description

@nene

Currently the below code:

CREATE TABLE person (id INT, name TEXT);

gets formatted as:

CREATE TABLE person (
  id INT,
  name TEXT
);

This deviates from how the formatting of most other statements works. It should allow for single-line CREATE TABLE when user prefers so.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions