winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

stylecop.json (548B)


      1 {
      2   "$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
      3   "settings": {
      4     "maintainabilityRules": {
      5       "topLevelTypes": [ "class", "interface" ]
      6     },
      7     "documentationRules": {
      8       "companyName": "Microsoft Corporation",
      9       "copyrightText": "    Copyright (c) {companyName}. Licensed under the MIT License.",
     10       "headerDecoration": "-----------------------------------------------------------------------------"
     11     }
     12   }
     13 }