Skip to content

Commit

Permalink
chore: add config markdownlint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Okladin committed Nov 12, 2024
1 parent 85676fe commit d13ec0d
Showing 1 changed file with 79 additions and 0 deletions.
79 changes: 79 additions & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
---
default: true
extends: null
MD001: true
MD003:
style: "consistent"
MD004:
style: "consistent"
MD005: true
MD007:
indent: 2
start_indented: false
MD009:
br_spaces: 2
list_item_empty_lines: false
strict: false
MD010:
code_blocks: true
MD011: true
MD012:
maximum: 1
MD013:
line_length: 80
heading_line_length: 80
code_block_line_length: 120
code_blocks: false
tables: false
headings: true
headers: true
strict: false
stern: false
MD014: true
MD018: true
MD019: true
MD020: true
MD021: true
MD022:
lines_above: 1
lines_below: 1
MD023: true
MD024:
allow_different_nesting: false
siblings_only: true
MD026:
punctuation: ".,;:!。,;:!?"
MD027: true
MD028: true
MD029:
style: "one_or_ordered"
MD030:
ul_single: 1
ol_single: 1
ul_multi: 1
ol_multi: 1
MD031:
list_items: true
MD032: true
MD033:
allowed_elements: []
MD034: true
MD035:
style: "consistent"
MD036:
punctuation: ".,;:!?。,;:!?"
MD037: true
MD038: true
MD039: true
MD040: true
MD042: true
MD044:
names: []
code_blocks: true
MD045: true
MD046:
style: "consistent"
MD047: true
MD048:
style: "consistent"

0 comments on commit d13ec0d

Please sign in to comment.