summaryrefslogblamecommitdiffstats
path: root/indent/terraform.vim
blob: 3f7690f8bfcc600cbd14d2cee13bb6468ad95d62 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                                      

        
 
                                                        
                         

        
                       
if polyglot#init#is_disabled(expand('<sfile>:p'), 'terraform', 'indent/terraform.vim')
  finish
endif

" Only load this file if no other indent file was loaded
if exists('b:did_indent')
  finish
endif
runtime! indent/hcl.vim