view contrib/vim/indent/nginx.vim @ 8056:f9b1a4e52597 quic

QUIC: changed c->quic->pto_count type to ngx_uint_t. This field is served as a simple counter for PTO backoff.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 19 Aug 2020 15:58:03 +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#