Skip to content

Commit

Permalink
tweak md config
Browse files Browse the repository at this point in the history
  • Loading branch information
patritzenfeld committed Oct 11, 2024
1 parent ba2457b commit a8d7b07
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/linters/.markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,30 @@ MD007:
# Spaces for first level indent (when start_indented is set)
start_indent: 2

# Multiple consecutive blank lines
MD012:
# Consecutive blank lines
maximum: 2

# Line length
MD013:
# Number of characters
line_length: 150
# Number of characters for headings
heading_line_length: 150
# Number of characters for code blocks
code_block_line_length: 150
# Include code blocks
code_blocks: true
# Include tables
tables: true
# Include headings
headings: true
# Strict length checking
strict: false
# Stern length checking
stern: false

# Lists should be surrounded by blank lines
MD032: false

0 comments on commit a8d7b07

Please sign in to comment.