blob: 443613756090e19d22f65c1ac5a4151a83ef9606 (
plain) (
blame)
1
2
3
4
5
6
7
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'dockerfile') == -1
" Define comment string
setlocal commentstring=#\ %s
" Enable automatic comment insertion
setlocal formatoptions+=cro
endif
|