diff --git a/Dalamud/stylecop.json b/Dalamud/stylecop.json index a6910727c..aaefb4f82 100644 --- a/Dalamud/stylecop.json +++ b/Dalamud/stylecop.json @@ -2,7 +2,15 @@ "$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": { "documentationRules": { - "companyName": "PlaceholderCompany" + + }, + "orderingRules": { + "systemUsingDirectivesFirst": true, + "usingDirectivesPlacement": "outsideNamespace", + "blankLinesBetweenUsingGroups": "require" + }, + "maintainabilityRules": { + "topLevelTypes": ["class", "interface", "struct", "enum"] } } }