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 /doc/ale-sql.txt | |
parent | 3e8c8d3ccbead8a6540b782686ab3751361a4ec1 (diff) | |
download | ale-a6c59faa0f4b7f6226859c1a9b5bae83b1aef295.zip |
feat: support sqlformat. (#2702)
* feat: support sqlformat.
Diffstat (limited to 'doc/ale-sql.txt')
-rw-r--r-- | doc/ale-sql.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/ale-sql.txt b/doc/ale-sql.txt index f9bc6ac2..2807271b 100644 --- a/doc/ale-sql.txt +++ b/doc/ale-sql.txt @@ -40,4 +40,22 @@ g:ale_sql_sqlfmt_options *g:ale_sql_sqlfmt_options* =============================================================================== +sqlformat *ale-sql-sqlformat* + +g:ale_sql_sqlformat_executable *g:ale_sql_sqlformat_executable* + *b:ale_sql_sqlformat_executable* + Type: |String| + Default: `'sqlformat'` + + This variable sets executable used for sqlformat. + +g:ale_sql_sqlformat_options *g:ale_sql_sqlformat_options* + *b:ale_sql_sqlformat_options* + Type: |String| + Default: `''` + + This variable can be set to pass additional options to the sqlformat fixer. + + +=============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |