Squelch is an SQL formatter.
Currently, it supports only BigQuery Standard SQL Dbt/Jinja2 macros.
Try it online: https://squelch-sql-formatter.herokuapp.com/
Format a file:
$ squelch file.sql
Format from standard input:
$ squelch -- - < input.sql > output.sql
squelch-run
is a script which will build Squelch automatically;
just replace squelch
with squelch-run
in the above invocations to use it.
There is no configuration.