8 строки
280 B
JSON
8 строки
280 B
JSON
|
{
|
||
|
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
|
||
|
"settings": {
|
||
|
"orderingRules": {
|
||
|
"usingDirectivesPlacement": "outsideNamespace"
|
||
|
}
|
||
|
}
|
||
|
}
|