jw项目windows环境软件安装
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
250 B

1 year ago
  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#