/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/codeAnalysis/StyleCop.json
22 строки
856 B
Davide Giacometti
[Analyzers] Update StyleCop and enable SA1200 (#22707)
18 дек 2022, 16:27
Не верифицирован
18 дек 2022, 16:27
6d138e8
Код
Авторство
О чём код?
{ "$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}\r\nThe {companyName} licenses this file to you under the MIT license.\r\nSee the LICENSE file in the project root for more information.", "xmlHeader": false, "headerDecoration": "", "fileNamingConvention": "metadata", "documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false }, "layoutRules": { "newlineAtEndOfFile": "require" }, "orderingRules": { "usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true } } }