34 строки
913 B
JSON
34 строки
913 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
|
|
"settings": {
|
|
"indentation": {
|
|
"useTabs": false,
|
|
"indentationSize": 4
|
|
},
|
|
"documentationRules": {
|
|
"documentExposedElements": true,
|
|
"documentInternalElements": false,
|
|
"documentPrivateElements": false,
|
|
"documentInterfaces": true,
|
|
"documentPrivateFields": false,
|
|
"documentationCulture": "en-US"
|
|
},
|
|
"layoutRules": {
|
|
"newlineAtEndOfFile": "allow",
|
|
"allowConsecutiveUsings": true
|
|
},
|
|
"maintainabilityRules": {
|
|
"topLevelTypes": [
|
|
"class",
|
|
"interface",
|
|
"struct",
|
|
"enum",
|
|
"delegate"
|
|
]
|
|
},
|
|
"orderingRules": {
|
|
"usingDirectivesPlacement": "outsideNamespace",
|
|
"systemUsingDirectivesFirst": true
|
|
}
|
|
}
|
|
} |