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 Handlebars Integration *ale-handlebars-options*
5 ===============================================================================
6 djlint *ale-handlebars-djlint*
11 ===============================================================================
12 prettier *ale-handlebars-prettier*
14 See |ale-javascript-prettier| for information about the available options.
15 Uses glimmer parser by default.
18 ===============================================================================
19 ember-template-lint *ale-handlebars-embertemplatelint*
21 *ale-options.handlebars_embertemplatelint_executable*
22 *g:ale_handlebars_embertemplatelint_executable*
23 *b:ale_handlebars_embertemplatelint_executable*
24 handlebars_embertemplatelint_executable
25 g:ale_handlebars_embertemplatelint_executable
27 Default: `'ember-template-lint'`
29 See |ale-integrations-local-executables|
31 *ale-options.handlebars_embertemplatelint_use_global*
32 *g:ale_handlebars_embertemplatelint_use_global*
33 *b:ale_handlebars_embertemplatelint_use_global*
34 handlebars_embertemplatelint_use_global
35 g:ale_handlebars_embertemplatelint_use_global
37 Default: `get(g:, 'ale_use_global_executables', 0)`
39 See |ale-integrations-local-executables|
42 ===============================================================================
43 vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: