aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig-checker.json
blob: 0730fc37fe78211d9b3c599952a0492c8bb76e0c (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
    }
}