diff options
author | Sajjad Hashemian <wolaws@gmail.com> | 2019-05-27 09:00:11 +0430 |
---|---|---|
committer | Sajjad Hashemian <wolaws@gmail.com> | 2019-05-27 09:00:11 +0430 |
commit | 8d8b295ef5ed60f1c1a978d241a85d922ffe05b5 (patch) | |
tree | 506d3f5c2af1898d75950a8f93e28692a72de95e /doc/ale-sql.txt | |
parent | bb08b81bf719d4c55669c583c65fbe4bbd795501 (diff) | |
download | ale-8d8b295ef5ed60f1c1a978d241a85d922ffe05b5.zip |
add pgformatter
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 75d4b0cf..f9bc6ac2 100644 --- a/doc/ale-sql.txt +++ b/doc/ale-sql.txt @@ -3,6 +3,24 @@ ALE SQL Integration *ale-sql-options* =============================================================================== +pgformatter *ale-sql-pgformatter* + +g:ale_sql_pgformatter_executable *g:ale_sql_pgformatter_executable* + *b:ale_sql_pgformatter_executable* + Type: |String| + Default: `'pg_format'` + + This variable sets executable used for pgformatter. + +g:ale_sql_pgformatter_options *g:ale_sql_pgformatter_options* + *b:ale_sql_pgformatter_options* + Type: |String| + Default: `''` + + This variable can be set to pass additional options to the pgformatter fixer. + + +=============================================================================== sqlfmt *ale-sql-sqlfmt* g:ale_sql_sqlfmt_executable *g:ale_sql_sqlfmt_executable* |