10 lines
268 B
YAML
10 lines
268 B
YAML
# MD013/line-length - Line length
|
|
MD013:
|
|
# Number of characters, default is 80
|
|
# I'm OK with long lines. All editors now have wordwrap
|
|
line_length: 9999
|
|
# Number of characters for headings
|
|
heading_line_length: 100
|
|
# check code blocks?
|
|
code_blocks: false
|