branch: elpa/projectile
commit e0d5da437bd891118f68e88f54352ed1868ef761
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Add markdownlint config
    
    Mirrors the config we use in CIDER.
---
 .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