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 Ada Integration *ale-ada-options*
5 ===============================================================================
6 cspell *ale-ada-cspell*
8 See |ale-cspell-options|
11 ===============================================================================
14 *ale-options.ada_gcc_executable*
15 *g:ale_ada_gcc_executable*
16 *b:ale_ada_gcc_executable*
18 g:ale_ada_gcc_executable
22 This variable can be changed to use a different executable for gcc.
24 *ale-options.ada_gcc_options*
25 *g:ale_ada_gcc_options*
26 *b:ale_ada_gcc_options*
30 Default: `'-gnatwa -gnatq'`
32 This variable can be set to pass additional options to gcc.
35 ===============================================================================
36 gnatpp *ale-ada-gnatpp*
38 *ale-options.ada_gnatpp_options*
39 *g:ale_ada_gnatpp_options*
40 *b:ale_ada_gnatpp_options*
42 g:ale_ada_gnatpp_options
46 This variable can be set to pass extra options to the gnatpp fixer.
49 ===============================================================================
50 ada-language-server *ale-ada-language-server*
52 *ale-options.ada_adals_executable*
53 *g:ale_ada_adals_executable*
54 *b:ale_ada_adals_executable*
56 g:ale_ada_adals_executable
58 Default: `'ada_language_server'`
60 This variable can be changed to use a different executable for Ada Language
63 *ale-options.ada_adals_project*
64 *g:ale_ada_adals_project*
65 *b:ale_ada_adals_project*
67 g:ale_ada_adals_project
69 Default: `'default.gpr'`
71 This variable can be changed to use a different GPR file for Ada Language
74 *ale-options.ada_adals_encoding*
75 *g:ale_ada_adals_encoding*
76 *b:ale_ada_adals_encoding*
78 g:ale_ada_adals_encoding
82 This variable can be changed to use a different file encoding for Ada
86 ===============================================================================
87 vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: