зеркало из https://github.com/dotnet/pinvoke.git
18 строки
668 B
JSON
18 строки
668 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
|
|
"settings": {
|
|
"documentationRules": {
|
|
"companyName": "Andrew Arnott",
|
|
"xmlHeader": false,
|
|
"copyrightText": "Copyright © .NET Foundation and Contributors. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.",
|
|
"variables": {
|
|
"licenseName": "MIT",
|
|
"licenseFile": "LICENSE"
|
|
}
|
|
},
|
|
"orderingRules": {
|
|
"usingDirectivesPlacement": "insideNamespace"
|
|
}
|
|
}
|
|
}
|