1 Star 0 Fork 1

陈祥宝/OpenXml

forked from qinpeng_it/OpenXml 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
stylecop.json 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
{
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
"settings": {
"documentationRules": {
"documentExposedElements": false,
"documentInternalElements": false,
"companyName": "Microsoft",
"copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.",
"xmlHeader": false,
"variables": {
"licenseName": "MIT",
"licenseFile": "LICENSE"
}
},
"layoutRules": {
"newlineAtEndOfFile": "require"
},
"indentation": {
"indentationSize": 4,
"useTabs": false
},
"namingRules": {},
"orderingRules": {
"blankLinesBetweenUsingGroups": "require",
"systemUsingDirectivesFirst": false,
"usingDirectivesPlacement": "outsideNamespace",
"elementOrder": [
"kind",
"constant",
"accessibility",
"static",
"readonly"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/superxiaobao/open-xml.git
git@gitee.com:superxiaobao/open-xml.git
superxiaobao
open-xml
OpenXml
main

搜索帮助