diff options
author | Cluas <Cluas@live.cn> | 2019-09-13 05:48:27 +0800 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2019-09-12 22:48:27 +0100 |
commit | a6c59faa0f4b7f6226859c1a9b5bae83b1aef295 (patch) | |
tree | a857dcdd533ef25b14189908bdac780363e17cca /supported-tools.md | |
parent | 3e8c8d3ccbead8a6540b782686ab3751361a4ec1 (diff) | |
download | ale-a6c59faa0f4b7f6226859c1a9b5bae83b1aef295.zip |
feat: support sqlformat. (#2702)
* feat: support sqlformat.
Diffstat (limited to 'supported-tools.md')
-rw-r--r-- | supported-tools.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/supported-tools.md b/supported-tools.md index d94da030..96ebaf0f 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -435,6 +435,7 @@ formatting. * SQL * [pgformatter](https://github.com/darold/pgFormatter) * [sqlfmt](https://github.com/jackc/sqlfmt) + * [sqlformat](https://github.com/andialbrecht/sqlparse) * [sqlint](https://github.com/purcell/sqlint) * Stylus * [stylelint](https://github.com/stylelint/stylelint) |