{ "$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": { "indentation": { "indentationSize": 4, "tabSize": 4, "useTabs": false }, "orderingRules": { "usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "omit" }, "documentationRules": { "documentInterfaces": true, "documentInternalElements": false, "copyrightText": "Licensed to the .NET Foundation under one or more agreements.\nThe .NET Foundation licenses this file to you under the MIT license.", "xmlHeader": false } } }