diff options
Diffstat (limited to '.coafile')
-rw-r--r-- | .coafile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.coafile b/.coafile new file mode 100644 index 00000000..2254cff2 --- /dev/null +++ b/.coafile @@ -0,0 +1,12 @@ +[yaml] +bears = YAMLLintBear +yamllint_config = .yamllint +ignore = + .tox/** + +[json] +bears = JSONFormatBear +json_sort = False +indent_size = 2 +ignore = + .tox/** |