Skip to content

Support overwritten SQL-Formatter editor options from .sql-formatterrc file in workspace root #6

@palcarazm

Description

@palcarazm

Add in root of the workingdirectory a file name .sql-formatterrc to overwrite editor options (such us prettier):

{
  "sql-formatter.dialect" : "sql"
  "sql-formatter.uppercase": true
  "sql-formatter.linesBetweenQueries" : 2
}

It will be awesome to switch from projects with different format rules very quickly. 😄

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