branch: elpa/cider
commit b451310a268e7df3f3399c2b37b9de8f55941458
Author: Bozhidar Batsov <bozhi...@batsov.dev>
Commit: Bozhidar Batsov <bozhi...@batsov.dev>

    Add a basic config file for markdownlint-cli2
---
 .markdownlint-cli2.yaml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml
new file mode 100644
index 0000000000..37a97df1f3
--- /dev/null
+++ b/.markdownlint-cli2.yaml
@@ -0,0 +1,14 @@
+config:
+  default: true
+
+  line-length:
+    line_length: 100
+    code_blocks: false
+    tables: false
+
+  no-duplicate-heading:
+    allow_different_nesting: true
+
+  no-inline-html: false
+
+  first-line-heading: false

Reply via email to