19 строки
769 B
JSON
19 строки
769 B
JSON
|
{
|
||
|
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
|
||
|
"settings": {
|
||
|
"documentationRules": {
|
||
|
"companyName": ".NET Foundation",
|
||
|
"copyrightText": "Copyright (c) .NET Foundation. All rights reserved.\r\nLicensed under the MIT License. See License.txt in the project root for license information.",
|
||
|
"xmlHeader": false,
|
||
|
"documentInterfaces": false,
|
||
|
"documentInternalElements": false,
|
||
|
"documentExposedElements": false,
|
||
|
"documentPrivateElements": false,
|
||
|
"documentPrivateFields": false
|
||
|
},
|
||
|
"orderingRules": {
|
||
|
"usingDirectivesPlacement": "outsideNamespace"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|