13 lines
427 B
JSON
13 lines
427 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
|
|
"settings": {
|
|
"documentationRules": {
|
|
"copyrightText": "Copyright The OpenTelemetry Authors\nSPDX-License-Identifier: Apache-2.0",
|
|
"xmlHeader": false
|
|
},
|
|
"orderingRules": {
|
|
"usingDirectivesPlacement": "outsideNamespace"
|
|
}
|
|
}
|
|
}
|