Discord.Net/stylecop.json

20 lines
571 B
JSON
Raw Normal View History

2024-06-12 21:47:41 -07:00
{
"$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"
}
}
}