aboutsummaryrefslogtreecommitdiffstats
path: root/.coafile
diff options
context:
space:
mode:
Diffstat (limited to '.coafile')
-rw-r--r--.coafile12
1 files changed, 12 insertions, 0 deletions
diff --git a/.coafile b/.coafile
new file mode 100644
index 0000000..2254cff
--- /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/**