summaryrefslogtreecommitdiffstats
path: root/.coafile
diff options
context:
space:
mode:
Diffstat (limited to '.coafile')
-rw-r--r--.coafile17
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/**