mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
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"
|
|
}
|
|
}
|
|
}
|