33 lines
942 B
JSON
33 lines
942 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
|
||
|
},
|
||
|
"layoutRules": {
|
||
|
"newlineAtEndOfFile": "allow"
|
||
|
},
|
||
|
"maintainabilityRules": {
|
||
|
},
|
||
|
"orderingRules": {
|
||
|
"usingDirectivesPlacement": "outsideNamespace",
|
||
|
"systemUsingDirectivesFirst": true,
|
||
|
"elementOrder": [
|
||
|
"kind",
|
||
|
"accessibility",
|
||
|
"constant",
|
||
|
"static",
|
||
|
"readonly"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|