仪表盘
版本库
文件存储
活动
搜索
登录
main
/
PLTWEB
平台WEB项目
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
修改个人信息&&添加操作类型
田源
2025-01-16
cfd8d4c470cc6db6f6689ebf01eae07e47a46990
[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#