diff options
Diffstat (limited to 'autoload/puppet/format.vim')
-rw-r--r-- | autoload/puppet/format.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/autoload/puppet/format.vim b/autoload/puppet/format.vim index c608f228..cfd48155 100644 --- a/autoload/puppet/format.vim +++ b/autoload/puppet/format.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'puppet') == -1 + " " Simple format using puppet's l:indents and align hashrockets function function! puppet#format#Format() abort @@ -56,4 +57,5 @@ function! puppet#format#Fallback(start_lnum, end_lnum) abort endfunction + endif |