mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-11 01:37:24 +01:00
13 lines
505 B
JSON
13 lines
505 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
|
|
"settings": {
|
|
"orderingRules": {
|
|
"systemUsingDirectivesFirst": true,
|
|
"usingDirectivesPlacement": "outsideNamespace",
|
|
"blankLinesBetweenUsingGroups": "require"
|
|
},
|
|
"maintainabilityRules": {
|
|
"topLevelTypes": [ "class", "interface", "struct", "enum" ]
|
|
}
|
|
}
|
|
}
|