зеркало из https://github.com/microsoft/K2Bridge.git
15 строки
574 B
JSON
15 строки
574 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
|
|
"settings": {
|
|
"documentationRules": {
|
|
"xmlHeader": false,
|
|
"companyName": "Microsoft Corporation",
|
|
"copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license.\nSee {licenseFile} file in the project root for full license information.",
|
|
"variables": {
|
|
"licenseName": "MIT",
|
|
"licenseFile": "LICENSE"
|
|
}
|
|
}
|
|
}
|
|
}
|