view contrib/vim/indent/nginx.vim @ 8919:a6a328ebd362 quic

QUIC: logging of CRYPTO frame payload under NGX_QUIC_DEBUG_FRAMES.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 02 Dec 2021 13:59:56 +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#