All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
1 ===============================================================================
2 ALE SQL Integration *ale-sql-options*
5 ===============================================================================
6 dprint *ale-sql-dprint*
8 See |ale-dprint-options|
9 and https://github.com/dprint/dprint-plugin-sql/releases
12 ===============================================================================
13 pgformatter *ale-sql-pgformatter*
15 *ale-options.sql_pgformatter_executable*
16 *g:ale_sql_pgformatter_executable*
17 *b:ale_sql_pgformatter_executable*
18 sql_pgformatter_executable
19 g:ale_sql_pgformatter_executable
21 Default: `'pg_format'`
23 This variable sets executable used for pgformatter.
25 *ale-options.sql_pgformatter_options*
26 *g:ale_sql_pgformatter_options*
27 *b:ale_sql_pgformatter_options*
28 sql_pgformatter_options
29 g:ale_sql_pgformatter_options
33 This variable can be set to pass additional options to the pgformatter fixer.
36 ===============================================================================
37 sqlfluff *ale-sql-sqlfluff*
39 *ale-options.sql_sqlfluff_executable*
40 *g:ale_sql_sqlfluff_executable*
41 *b:ale_sql_sqlfluff_executable*
42 sql_sqlfluff_executable
43 g:ale_sql_sqlfluff_executable
47 This variable sets executable used for sqlfluff.
49 *ale-options.sql_sqlfluff_options*
50 *g:ale_sql_sqlfluff_options*
51 *b:ale_sql_sqlfluff_options*
53 g:ale_sql_sqlfluff_options
57 This variable can be set to pass additional options to the sqlfluff linter.
59 ===============================================================================
60 sqlfmt *ale-sql-sqlfmt*
62 *ale-options.sql_sqlfmt_executable*
63 *g:ale_sql_sqlfmt_executable*
64 *b:ale_sql_sqlfmt_executable*
66 g:ale_sql_sqlfmt_executable
70 This variable sets executable used for sqlfmt.
72 *ale-options.sql_sqlfmt_options*
73 *g:ale_sql_sqlfmt_options*
74 *b:ale_sql_sqlfmt_options*
76 g:ale_sql_sqlfmt_options
80 This variable can be set to pass additional options to the sqlfmt fixer.
81 At this time only the -u flag is available to format with upper-case.
84 ===============================================================================
85 sqlformat *ale-sql-sqlformat*
87 *ale-options.sql_sqlformat_executable*
88 *g:ale_sql_sqlformat_executable*
89 *b:ale_sql_sqlformat_executable*
90 sql_sqlformat_executable
91 g:ale_sql_sqlformat_executable
93 Default: `'sqlformat'`
95 This variable sets executable used for sqlformat.
97 *ale-options.sql_sqlformat_options*
98 *g:ale_sql_sqlformat_options*
99 *b:ale_sql_sqlformat_options*
100 sql_sqlformat_options
101 g:ale_sql_sqlformat_options
105 This variable can be set to pass additional options to the sqlformat fixer.
108 ===============================================================================
109 vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: