35 lines
1 KiB
JSON
35 lines
1 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
|
|
"settings": {
|
|
"documentationRules": {
|
|
"fileNamingConvention": "metadata"
|
|
},
|
|
"indentation": {
|
|
"indentationSize": 4,
|
|
"tabSize": 4,
|
|
"useTabs": false
|
|
},
|
|
"layoutRules": {
|
|
"allowConsecutiveUsings": false,
|
|
"newlineAtEndOfFile": "require"
|
|
},
|
|
"maintainabilityRules": {
|
|
"topLevelTypes": [
|
|
"class",
|
|
"interface",
|
|
"struct",
|
|
"enum"
|
|
]
|
|
},
|
|
"namingRules": {
|
|
"includeInferredTupleElementNames": true
|
|
},
|
|
"orderingRules": {
|
|
"blankLinesBetweenUsingGroups": "omit",
|
|
"usingDirectivesPlacement": "outsideNamespace"
|
|
},
|
|
"readabilityRules": {
|
|
"allowBuiltInTypeAliases": false
|
|
}
|
|
}
|
|
}
|