summaryrefslogtreecommitdiffstats
path: root/.coafile
blob: fe051ae5e62f1cc6ea826b78a90b1b4f4498ab3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[yaml]
bears = YAMLLintBear
yamllint_config = .yamllint
ignore =
  .tox/**

[json]
bears = JSONFormatBear
json_sort = False
indent_size = 2
ignore =
  .tox/**

[md]
bears = MarkdownBear
ignore =
  .tox/**