StyleCop.json
1 { 2 "$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", 3 "settings": { 4 "documentationRules": { 5 "companyName": "Microsoft Corporation", 6 "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.", 7 "xmlHeader": false, 8 "headerDecoration": "", 9 "fileNamingConvention": "metadata", 10 "documentInterfaces": false, 11 "documentExposedElements": false, 12 "documentInternalElements": false 13 }, 14 "layoutRules": { 15 "newlineAtEndOfFile": "require" 16 }, 17 "orderingRules": { 18 "usingDirectivesPlacement": "outsideNamespace", 19 "systemUsingDirectivesFirst": true 20 } 21 } 22 }