blob: 892559168ac46379deed91e2b9a5f493a95eadc8 [file] [log] [blame]
{
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
"settings": {
"documentationRules": {
"companyName": "Apache Software Foundation (ASF)",
"fileNamingConvention": "stylecop",
"documentInterfaces": false,
"documentExposedElements": true,
"documentInternalElements": false,
"documentPrivateElements": false,
"documentPrivateFields": false
},
"indentation": {
"indentationSize": 4,
"tabSize": 4,
"useTabs": false
},
"layoutRules": {
"newlineAtEndOfFile": "require",
"allowConsecutiveUsings": true
},
"orderingRules": {
"blankLinesBetweenUsingGroups": "allow",
"systemUsingDirectivesFirst": true,
"usingDirectivesPlacement": "outsideNamespace"
},
"readabilityRules": {
"allowBuiltInTypeAliases": false
}
}
}