view contrib/vim/indent/nginx.vim @ 5830:3e5b630e0ec9

Upstream keepalive: removed "single" parameter remnants. The "single" parameter is deprecated and ignored since 5b5c07dee156 (1.3.2).
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 11 Sep 2014 20:09:04 +0400
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#