15 lines
502 B
JSON
15 lines
502 B
JSON
|
|
{
|
||
|
|
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
|
||
|
|
"settings":
|
||
|
|
{
|
||
|
|
"orderingRules":
|
||
|
|
{
|
||
|
|
"usingDirectivesPlacement": "outsideNamespace"
|
||
|
|
},
|
||
|
|
"documentationRules":
|
||
|
|
{
|
||
|
|
"xmlHeader": false,
|
||
|
|
"copyrightText": "Copyright (c) Six Labors and contributors.\nLicensed under the Apache License, Version 2.0."
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|