aboutsummaryrefslogtreecommitdiff
path: root/src/.stylecop.json
blob: 69549670854b45c511d2efd4d9f796c09a2724b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
  "settings": {
    "indentation": {
      "useTabs": true,
      "tabSize": 4,
      "indentationSize": 4
    },
    "orderingRules": {
      "elementOrder": [
        "kind",
        "accessibility",
        "constant",
        "static",
        "readonly"
      ],
      "blankLinesBetweenUsingGroups": "require",
      "systemUsingDirectivesFirst": true,
      "usingDirectivesPlacement": "outsideNamespace"
    },
    "namingRules": {

    }
  }
}