mirror of https://github.com/lidarr/Lidarr
22 lines
588 B
JSON
22 lines
588 B
JSON
|
{
|
||
|
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
|
||
|
"settings": {
|
||
|
"documentationRules": {
|
||
|
"xmlHeader": false,
|
||
|
"documentInterfaces": false,
|
||
|
"documentInternalElements": false
|
||
|
},
|
||
|
"indentation": {
|
||
|
"indentationSize": 4,
|
||
|
"useTabs": false
|
||
|
},
|
||
|
"layoutRules": {
|
||
|
"newlineAtEndOfFile": "require"
|
||
|
},
|
||
|
"orderingRules": {
|
||
|
"systemUsingDirectivesFirst": true,
|
||
|
"usingDirectivesPlacement": "outsideNamespace"
|
||
|
}
|
||
|
}
|
||
|
}
|