38 строки
1.1 KiB
JSON
38 строки
1.1 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
|
|
"settings": {
|
|
"documentationRules": {
|
|
"companyName": "Microsoft Corporation",
|
|
"copyrightText": "Copyright (c) {companyName}. All rights reserved.\r\n",
|
|
"xmlHeader": false,
|
|
"fileNamingConvention": "stylecop",
|
|
"documentInterfaces": true,
|
|
"documentExposedElements": false,
|
|
"documentPrivateElements": false,
|
|
"documentInternalElements": false,
|
|
"documentPrivateFields": false
|
|
},
|
|
"layoutRules": {
|
|
"newlineAtEndOfFile": "allow"
|
|
},
|
|
"indentation": {
|
|
"useTabs": false,
|
|
"indentationSize": 4,
|
|
"tabSize": 4
|
|
},
|
|
"orderingRules": {
|
|
"elementOrder": [
|
|
"kind",
|
|
"constant",
|
|
"accessibility",
|
|
"static",
|
|
"readonly"
|
|
],
|
|
"systemUsingDirectivesFirst": true,
|
|
"usingDirectivesPlacement": "outsideNamespace"
|
|
},
|
|
"namingRules": {
|
|
"allowCommonHungarianPrefixes": true
|
|
}
|
|
}
|
|
} |