加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
stylecop.json 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
ArcherTrister 提交于 2024-07-30 17:24 . 添加项目文件。
{
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
"settings": {
"documentationRules": {
"copyrightText": "Licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)\nSee https://github.com/ArcherTrister/xabp\nfor more information concerning the license and the contributors participating to this project.",
"documentExposedElements": false,
"documentInterfaces": false,
"documentInternalElements": false,
"documentPrivateElements": false,
"documentPrivateFields": false,
"fileNamingConvention": "metadata",
"xmlHeader": false
},
"layoutRules": {
"newlineAtEndOfFile": "require"
},
"maintainabilityRules": {},
"namingRules": {
"allowCommonHungarianPrefixes": true,
"allowedHungarianPrefixes": []
},
"orderingRules": {
"elementOrder": [
"kind",
"accessibility",
"constant",
"static",
"readonly"
],
"systemUsingDirectivesFirst": true,
"usingDirectivesPlacement": "outsideNamespace"
},
"readabilityRules": {},
"spacingRules": {}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化