1
0
mirror of https://github.com/amix/vimrc synced 2025-07-18 09:35:00 +08:00
Files
amix-vimrc-mirror/sources_non_forked/nginx-vim-syntax/indent/nginx.vim
huangqundl cba39b7326 merge
2017-03-17 23:12:53 +08:00

12 lines
250 B
VimL

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#