summaryrefslogtreecommitdiffstats
path: root/.markdownlint.json
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-09-17 12:19:43 +0200
committerAhmed Abdelhalim <[email protected]>2025-09-17 12:19:43 +0200
commit326ecfbb3147cc72cccab91f80cc4a1633384aca (patch)
treebbc49681f3e164e8fed78c994aef2e4d4cf92c14 /.markdownlint.json
parentfde15d29f006e200ce8509cb6ddf4a66d2bad18f (diff)
Add markdown linting and fix some linting issues
Diffstat (limited to '.markdownlint.json')
-rw-r--r--.markdownlint.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/.markdownlint.json b/.markdownlint.json
new file mode 100644
index 0000000..c800adc
--- /dev/null
+++ b/.markdownlint.json
@@ -0,0 +1,11 @@
+{
+ "default": true,
+ "MD033": false,
+ "MD034": false,
+ "MD025": false,
+ "MD013": {
+ "code_block_line_length": 120,
+ "line_length": 120,
+ "tables": false
+ }
+}