summaryrefslogtreecommitdiff
path: root/.ecrc
blob: 43aea376a18ec050c52699bb470736c066d13c2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "Verbose": false,
    "Debug": false,
    "IgnoreDefaults": false,
    "SpacesAftertabs": false,
    "NoColor": false,
    "Exclude": [
        ".(der|pfx)$"
    ],
    "AllowedContentTypes": [],
    "PassedFiles": [],
    "Disable": {
        "EndOfLine": false,
        "Indentation": false,
        "IndentSize": false,
        "InsertFinalNewline": false,
        "TrimTrailingWhitespace": false,
        "MaxLineLength": false
    }
}