2024-10-18 09:34:57 +02:00
|
|
|
# markdownlint configuration file
|
|
|
|
default: true
|
|
|
|
|
|
|
|
MD013: # Line length
|
2024-11-18 17:12:12 +01:00
|
|
|
line_length: 120
|
2024-10-18 09:34:57 +02:00
|
|
|
|
|
|
|
MD010: # Hard tabs
|
|
|
|
code_blocks: false
|
|
|
|
|
|
|
|
# no inline HTML
|
|
|
|
MD033: false
|
|
|
|
|
|
|
|
# heading as first line element...
|
|
|
|
MD041: false
|
|
|
|
|
|
|
|
# list indentation
|
|
|
|
MD007:
|
|
|
|
indent: 4
|
2024-11-18 17:12:12 +01:00
|
|
|
|
|
|
|
# no problem using several code blocks styles
|
|
|
|
MD046: false
|