mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 00:42:51 +08:00
26 lines
731 B
JSON
26 lines
731 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
|
|
"settings": {
|
|
"documentationRules": {
|
|
"documentExposedElements": true,
|
|
"documentInternalElements": false,
|
|
"documentPrivateElements": false,
|
|
"documentPrivateFields": false
|
|
},
|
|
"layoutRules": {
|
|
"newlineAtEndOfFile": "allow",
|
|
"allowConsecutiveUsings": true
|
|
},
|
|
"orderingRules": {
|
|
"usingDirectivesPlacement": "outsideNamespace",
|
|
"systemUsingDirectivesFirst": true,
|
|
"elementOrder": [
|
|
"kind",
|
|
"accessibility",
|
|
"constant",
|
|
"static",
|
|
"readonly"
|
|
]
|
|
}
|
|
}
|
|
} |