公告板
版本库
filestore
活动
搜索
登录
PDM
/
PdmSwPlugin2
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'master' of http://10.10.28.13:8080/r/PDM/PdmSwPlugin2
chr
2024-08-21
9ee7d3bd9c58a204b1efe38e6be61155bbb15c16
[PDM/PdmSwPlugin2.git]
/
PdmSw
/
.editorconfig
1
2
3
4
5
6
7
8
9
10
[*.{cs,vb}]
# IDE0046: 转换为条件表达式
dotnet_diagnostic.IDE0046.severity = none
# IDE0008: 使用显式类型
dotnet_diagnostic.IDE0008.severity = none
# IDE0008: 使用显式类型
csharp_style_var_elsewhere = false