]> git.madduck.net Git - etc/vim.git/blob - doc/ale-d.txt

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

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.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Squashed '.vim/bundle/ale/' content from commit 22185c4c
[etc/vim.git] / doc / ale-d.txt
1 ===============================================================================
2 ALE D Integration                                               *ale-d-options*
3
4
5 ===============================================================================
6 dfmt                                                               *ale-d-dfmt*
7
8                                                    *ale-options.d_dfmt_options*
9                                                          *g:ale_d_dfmt_options*
10                                                          *b:ale_d_dfmt_options*
11 d_dfmt_options
12 g:ale_d_dfmt_options
13   Type: |String|
14   Default: `''`
15
16   This variable can be set to pass additional options to the dfmt fixer.
17
18 ===============================================================================
19 dls                                                                 *ale-d-dls*
20
21                                                  *ale-options.d_dls_executable*
22                                                        *g:ale_d_dls_executable*
23                                                        *b:ale_d_dls_executable*
24 d_dls_executable
25 g:ale_d_dls_executable
26   Type: |String|
27   Default: `dls`
28
29   See |ale-integrations-local-executables|
30
31
32 ===============================================================================
33 uncrustify                                                   *ale-d-uncrustify*
34
35 See |ale-c-uncrustify| for information about the available options.
36
37
38 ===============================================================================
39 vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: