aboutsummaryrefslogtreecommitdiff
path: root/src/.bear-tidy-config
blob: 111ef6ee444a641f764d1a75eed1e09b585f28ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "output": {
    "content": {
      "include_only_existing_source": true,
      "paths_to_include": [],
      "paths_to_exclude": [
        "src/leveldb"
      ]
    },
    "format": {
      "command_as_array": true,
      "drop_output_field": false
    }
  }
}