blob: 89cc864752ffd47c61fe97e75c894628e0ed04a5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
if !polyglot#util#IsEnabled('docker-compose', expand('<sfile>:p'))
finish
endif
" Define comment string
setlocal commentstring=#\ %s
" Enable automatic comment insertion
setlocal formatoptions+=cro
|