vssdktestfx/stylecop.json

19 строки
701 B
JSON
Исходник Обычный вид История

2019-06-16 16:01:14 +03:00
{
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
"settings": {
"documentationRules": {
2020-10-26 06:22:58 +03:00
"companyName": "Microsoft Corporation",
2019-06-16 16:01:14 +03:00
"copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.",
"variables": {
"licenseName": "MIT",
"licenseFile": "LICENSE"
},
"fileNamingConvention": "metadata",
"xmlHeader": false
},
"orderingRules": {
"usingDirectivesPlacement": "outsideNamespace"
2019-06-16 16:01:14 +03:00
}
}
}