Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 630 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 630 Bytes

atom-dbt-formatter

Format DBT macros, jinja and SQL using Atom and dbt-formatter.

Installation

  • Find the package using the Atom UI
  • Or, install it via the command line
apm install atom-dbt-formatter

Usage

  • Go to Packages > DBT formatter > Format.
  • Use the ctrl-alt-d shortcut to format jinja-flavored SQL.

Development

npm install
apm link -d
atom -d

Issues

Please report issues in the dbt-formatter project. Any feedback on the formatting is welcome as well!