2021-06-04 15:16:01 -05:00
|
|
|
# Default state for all rules
|
|
|
|
default: true
|
|
|
|
|
|
|
|
# MD013/line-length - Line length
|
2021-12-22 11:29:43 -06:00
|
|
|
MD013:
|
|
|
|
line_length: 1024
|
2021-06-04 15:16:01 -05:00
|
|
|
|
|
|
|
# MD033/no-inline-html - Inline HTML
|
|
|
|
MD033: false
|
|
|
|
|
|
|
|
# MD041/first-line-heading/first-line-h1 - First line in a file should be a top-level heading
|
|
|
|
MD041: false
|