branch: scratch/editorconfig-cc
commit c925595659e2150cd507c06064f2c8b47e4ad5fb
Author: 10sr <8.slas...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Add support for hcl-mode (#312)
---
 editorconfig.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/editorconfig.el b/editorconfig.el
index 5c9419823a..dfde32f456 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -204,6 +204,7 @@ This hook will be run even when there are no matching 
sections in
     (haskell-mode haskell-indent-spaces
                   haskell-indent-offset
                   shm-indent-spaces)
+    (hcl-mode hcl-indent-level)
     (html-ts-mode html-ts-mode-indent-offset)
     (idl-mode c-basic-offset)
     (java-mode c-basic-offset)

Reply via email to