mirror of
https://github.com/ahinko/home-ops
synced 2026-04-21 13:37:24 +00:00
26 lines
506 B
YAML
26 lines
506 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: false
|
|
# Include tables
|
|
tables: true
|
|
# Include headings
|
|
headings: true
|
|
# Include headings
|
|
headers: true
|
|
# Strict length checking
|
|
strict: false
|
|
# Stern length checking
|
|
stern: false
|
|
|
|
MD024:
|
|
siblings_only: true
|