view contrib/vim/indent/nginx.vim @ 7642:7927f8fb36dd stable-1.18

Stable branch.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 21 Apr 2020 15:38:06 +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#