mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-03 09:09:01 +02:00
36 lines
701 B
YAML
36 lines
701 B
YAML
---
|
||
default: true
|
||
|
||
# MD013/line-length - Line length
|
||
MD013:
|
||
# Number of characters
|
||
line_length: 240
|
||
# Number of characters for headings
|
||
heading_line_length: 80
|
||
# Number of characters for code blocks
|
||
code_block_line_length: 80
|
||
# Include code blocks
|
||
code_blocks: true
|
||
# Include tables
|
||
tables: true
|
||
# Include headings
|
||
headings: true
|
||
# Include headers
|
||
headers: true
|
||
# Strict length checking
|
||
strict: false
|
||
# Stern length checking
|
||
stern: false
|
||
|
||
# MD026/no-trailing-punctuation - Trailing punctuation in heading
|
||
MD026:
|
||
# Punctuation characters
|
||
punctuation: ":"
|
||
|
||
# MD033/no-inline-html - Inline HTML
|
||
MD033:
|
||
# Allowed elements
|
||
allowed_elements:
|
||
- br
|
||
- img
|