mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2025-12-06 05:32:03 +01:00
13 lines
389 B
JSON
13 lines
389 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
|
|
"settings": {
|
|
"orderingRules": {
|
|
"usingDirectivesPlacement": "preserve"
|
|
},
|
|
"documentationRules": {
|
|
"companyName": "Packt",
|
|
"copyrightText": "Copyright (c) Packt. All rights reserved."
|
|
}
|
|
}
|
|
}
|