mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
fix: adjust StyleCop rules
This commit is contained in:
parent
100817b905
commit
f0c480ef4b
1 changed files with 9 additions and 1 deletions
|
|
@ -2,7 +2,15 @@
|
||||||
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
|
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
|
||||||
"settings": {
|
"settings": {
|
||||||
"documentationRules": {
|
"documentationRules": {
|
||||||
"companyName": "PlaceholderCompany"
|
|
||||||
|
},
|
||||||
|
"orderingRules": {
|
||||||
|
"systemUsingDirectivesFirst": true,
|
||||||
|
"usingDirectivesPlacement": "outsideNamespace",
|
||||||
|
"blankLinesBetweenUsingGroups": "require"
|
||||||
|
},
|
||||||
|
"maintainabilityRules": {
|
||||||
|
"topLevelTypes": ["class", "interface", "struct", "enum"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue