view contrib/vim/indent/nginx.vim @ 8357:7a07724256c2 quic

Core: fixed build with BPF on non-64bit platforms (ticket #2152).
author Vladimir Homutov <vl@nginx.com>
date Tue, 23 Mar 2021 10:58:18 +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#