You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

stylecop.json 571 B

12345678910111213141516171819
  1. {
  2. "$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
  3. "settings": {
  4. "indentation": {
  5. "indentationSize": 4,
  6. "tabSize": 4,
  7. "useTabs": false
  8. },
  9. "documentationRules": {
  10. "documentExposedElements": true,
  11. "documentInternalElements": false,
  12. "documentPrivateElements": false,
  13. "documentInterfaces": true,
  14. "documentPrivateFields": true,
  15. "xmlHeader": false,
  16. "documentationCulture": "en-US"
  17. }
  18. }
  19. }