view contrib/vim/indent/nginx.vim @ 6404:09d5a22c76bd

Configure: skip building OpenSSL documentation to conserve time. The install_sw target first appeared in OpenSSL 0.9.7e and is documented since OpenSSL 1.0.0 as the way to install the OpenSSL software without documentation.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 19 Feb 2016 13:31:55 +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#