diff options
Diffstat (limited to '.coafile')
-rw-r--r-- | .coafile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.coafile b/.coafile new file mode 100644 index 0000000..fe051ae --- /dev/null +++ b/.coafile @@ -0,0 +1,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/** |