仪表盘
版本库
文件存储
活动
搜索
登录
main
/
PLTWEB
平台WEB项目
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
调试头像接口
田源
2025-01-15
78fa1f005a9ec2581611e53d7eba8efeacb4df6e
[PLTWEB.git]
/
Bin
/
PLTWEB
/
nginx-1.27.0
/
contrib
/
vim
/
indent
/
nginx.vim
1
2
3
4
5
6
7
8
9
10
11
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#