diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:28 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:28 +0200 |
| commit | 015c3758d922cd2e06290c460bc34815088848c2 (patch) | |
| tree | ea8e85b1a7adef461c814926a8a4e101032bdb69 /.markdownlint.json | |
| parent | 7e145475ab0aa49e4db6f8db7842dc8a86747b65 (diff) | |
Initial commit
Diffstat (limited to '.markdownlint.json')
| -rw-r--r-- | .markdownlint.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 0000000..4b45e22 --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,10 @@ +{ + "default": true, + "MD033": false, + "MD034": false, + "MD013": { + "code_block_line_length": 120, + "line_length": 120, + "tables": false + } +} |
