2020-01-23 18:40:23 +00:00
|
|
|
{
|
2023-03-16 00:43:29 +00:00
|
|
|
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/1.2.0-beta.435/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
|
2020-01-23 18:40:23 +00:00
|
|
|
"settings": {
|
|
|
|
"documentationRules": {
|
|
|
|
"documentExposedElements": false,
|
|
|
|
"documentInterfaces": false,
|
|
|
|
"documentInternalElements": false
|
|
|
|
},
|
|
|
|
"indentation": {
|
|
|
|
"useTabs": true
|
|
|
|
},
|
2020-01-24 01:46:55 +00:00
|
|
|
"layoutRules": {
|
|
|
|
"allowConsecutiveUsings": false,
|
|
|
|
"newlineAtEndOfFile": "require"
|
|
|
|
},
|
|
|
|
"maintainabilityRules": {
|
|
|
|
"topLevelTypes": []
|
|
|
|
},
|
|
|
|
"namingRules": {
|
|
|
|
"allowedHungarianPrefixes": [ "dx", "dy", "k", "sa" ]
|
|
|
|
},
|
2020-01-23 18:40:23 +00:00
|
|
|
"orderingRules": {
|
|
|
|
"usingDirectivesPlacement": "outsideNamespace"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|