|
|
@@ -0,0 +1,19 @@ |
|
|
|
{ |
|
|
|
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", |
|
|
|
"settings": { |
|
|
|
"indentation": { |
|
|
|
"indentationSize": 4, |
|
|
|
"tabSize": 4, |
|
|
|
"useTabs": false |
|
|
|
}, |
|
|
|
"documentationRules": { |
|
|
|
"documentExposedElements": true, |
|
|
|
"documentInternalElements": false, |
|
|
|
"documentPrivateElements": false, |
|
|
|
"documentInterfaces": true, |
|
|
|
"documentPrivateFields": true, |
|
|
|
"xmlHeader": false, |
|
|
|
"documentationCulture": "en-US" |
|
|
|
} |
|
|
|
} |
|
|
|
} |