From 8d8b295ef5ed60f1c1a978d241a85d922ffe05b5 Mon Sep 17 00:00:00 2001 From: Sajjad Hashemian Date: Mon, 27 May 2019 09:00:11 +0430 Subject: add pgformatter --- doc/ale-sql.txt | 18 ++++++++++++++++++ doc/ale-supported-languages-and-tools.txt | 1 + doc/ale.txt | 1 + 3 files changed, 20 insertions(+) (limited to 'doc') 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 @@ -2,6 +2,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* diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt index 16dc10f9..9487829e 100644 --- a/doc/ale-supported-languages-and-tools.txt +++ b/doc/ale-supported-languages-and-tools.txt @@ -415,6 +415,7 @@ Notes: * `solhint` * `solium` * SQL + * `pgformatter` * `sqlfmt` * `sqlint` * Stylus diff --git a/doc/ale.txt b/doc/ale.txt index 4bb34947..e10e6fac 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -2236,6 +2236,7 @@ documented in additional help files. spec....................................|ale-spec-options| rpmlint...............................|ale-spec-rpmlint| sql.....................................|ale-sql-options| + pgformatter...........................|ale-sql-pgformatter| sqlfmt................................|ale-sql-sqlfmt| stylus..................................|ale-stylus-options| stylelint.............................|ale-stylus-stylelint| -- cgit v1.2.3