view contrib/vim/indent/nginx.vim @ 8877:b5296bd8631c quic

QUIC: Check if CID has been used in stateless reset check Section 10.3.1 of RFC9000 requires this check.
author Martin Duke <m.duke@f5.com>
date Tue, 12 Oct 2021 11:56:49 +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#