view contrib/vim/indent/nginx.vim @ 5622:a23c35496c2f

Mp4: skipped empty stss atom table in output. The atom may have no data entries after cropping. This fixes "zero size buf in output" alerts.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 24 Mar 2014 17:55:10 +0400
parents f38043bd15f5
children
line wrap: on
line source

if exists("b:did_indent")
    finish
endif
let b:did_indent = 1

setlocal indentexpr=

" cindent actually works for nginx' simple file structure
setlocal cindent
" Just make sure that the comments are not reset as defs would be.
setlocal cinkeys-=0#