view contrib/vim/indent/nginx.vim @ 8504:6c213bec71c2 quic

QUIC: fixed double memzero of new frames in ngx_quic_alloc_frame().
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 21 Jun 2021 12:47:46 +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#