view contrib/vim/indent/nginx.vim @ 7876:ffd362e87eb2 quic

Added more context to CONNECTION CLOSE frames. Now it is possible to specify frame type that caused an error and a human-readable reason phrase.
author Vladimir Homutov <vl@nginx.com>
date Fri, 22 May 2020 18:08:02 +0300
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#