mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-13 11:09:28 +08:00
21 lines
814 B
JSON
21 lines
814 B
JSON
{
|
|
"$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"
|
|
}
|
|
}
|
|
} |