mirror of
https://github.com/modernuo/ModernUO
synced 2026-08-11 22:23:06 -04:00
16 lines
430 B
JSON
16 lines
430 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
|
|
"settings": {
|
|
"indentation": {
|
|
"tabSize": 4,
|
|
"useTabs": false,
|
|
"indentationSize": 4
|
|
},
|
|
"orderingRules": {
|
|
"usingDirectivesPlacement": "outsideNamespace"
|
|
},
|
|
"layoutRules": {
|
|
"newlineAtEndOfFile": "require"
|
|
}
|
|
}
|
|
}
|