{ "$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": { "indentation": { "useTabs": true, "indentationSize": 4, "tabSize": 4 }, "readabilityRules": { "allowBuiltInTypeAliases": true }, "orderingRules": { "usingDirectivesPlacement": "outsideNamespace" } } }