terminal/src/cascadia/WpfTerminalControl/stylecop.json

13 lines
434 B
JSON
Raw Normal View History

{
"$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}.\nLicensed under the {licenseName} license.",
"variables": {
"licenseName": "MIT"
}
}
}
}