зеркало из https://github.com/microsoft/vs-mef.git
16 строки
618 B
JSON
16 строки
618 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
|
|
"settings": {
|
|
"documentationRules": {
|
|
"companyName": "Microsoft Corporation",
|
|
"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
|
|
}
|
|
}
|
|
}
|