]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - vim/vim/indent/nginx.vim
vim: repeat: update to c947ad2b6a16983724a0153bdf7f66d7a80a32ca
[config/dotfiles.git] / vim / vim / indent / nginx.vim
1 if exists("b:did_indent")
2     finish
3 endif
4 let b:did_indent = 1
5
6 setlocal indentexpr=
7
8 " cindent actually works for nginx' simple file structure
9 setlocal cindent
10 " Just make sure that the comments are not reset as defs would be.
11 setlocal cinkeys-=0#