blob: 32c91d5321d76376056cedcbb3a32b4a3fcf71a8 (
plain) (
tree)
|
|
if !has_key(g:polyglot_is_disabled, 'docker-compose')
finish
endif
" Define comment string
setlocal commentstring=#\ %s
" Enable automatic comment insertion
setlocal formatoptions+=cro
|