view contrib/vim/indent/nginx.vim @ 8506:e96c20b6f655 quic

QUIC: fixed client certificates verification in stream. The stream session requires 'ssl' flag to be set in order to perform certificate verification.
author Vladimir Homutov <vl@nginx.com>
date Wed, 23 Jun 2021 13:22:00 +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#