component-detection/stylecop.json

16 строки
577 B
JSON

{
"$schema":
"https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
"settings": {
"orderingRules": {
"usingDirectivesPlacement": "outsideNamespace",
"systemUsingDirectivesFirst": false,
"blankLinesBetweenUsingGroups": "require"
},
"documentationRules": {
"companyName": "Microsoft Corporation",
"copyrightText": "Copyright (c) {companyName}. All rights reserved.\n\nLicensed under the MIT license.",
"xmlHeader": false
}
}
}