contrib/vim/indent/nginx.vim - nginx source code

Global variables defined

Source code

  1. if exists("b:did_indent")
  2.     finish
  3. endif
  4. let b:did_indent = 1

  5. setlocal indentexpr=

  6. " cindent actually works for nginx' simple file structure
  7. setlocal cindent
  8. " Just make sure that the comments are not reset as defs would be.
  9. setlocal cinkeys-=0#