diff options
author | Derek P Sifford <dereksifford@gmail.com> | 2018-10-23 20:44:31 -0400 |
---|---|---|
committer | Derek P Sifford <dereksifford@gmail.com> | 2018-10-23 20:44:31 -0400 |
commit | e94a594e2ef65b27a79c406ce65c76a55fa39ead (patch) | |
tree | 3fe92d45eeb5c8613ddc7c11d141f84a5e411801 /doc/ale-hcl.txt | |
parent | 2000436dfd7a25a8e9f66788c94bfb4512adda98 (diff) | |
download | ale-e94a594e2ef65b27a79c406ce65c76a55fa39ead.zip |
add terraform fmt fixer for terraform and hcl filetypes
See #1718
Diffstat (limited to 'doc/ale-hcl.txt')
-rw-r--r-- | doc/ale-hcl.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ale-hcl.txt b/doc/ale-hcl.txt new file mode 100644 index 00000000..8060ac44 --- /dev/null +++ b/doc/ale-hcl.txt @@ -0,0 +1,11 @@ +=============================================================================== +ALE HCL Integration *ale-hcl-options* + + +=============================================================================== +terraform-fmt *ale-hcl-terraform-fmt* + +See |ale-terraform-fmt| for information about the available options. + +=============================================================================== + vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |