blob: 82896b0575cc1f4d4b286adbb123c4007bd69b37 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
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
|