仪表盘
版本库
文件存储
活动
搜索
登录
main
/
PLTWEB
平台WEB项目
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
表格定义显示字段设置拖拽排序
田源
2025-01-09
8a166a60cfd1a2e593ffa103d10c0dc224fc8628
[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#