uno.extensions/stylecop.json

18 строки
530 B
JSON

{
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
"settings": {
"documentationRules": {
"companyName": "Uno Platform",
"documentationCulture": "en",
"documentPrivateElements": false,
"documentPrivateFields": false
},
"indentation": {
"useTabs": true,
"indentationSize": 4
},
"orderingRules": {
"usingDirectivesPlacement": "outsideNamespace"
}
}
}