mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
9 lines
117 B
TOML
9 lines
117 B
TOML
extends = "config-child.json"
|
|
MD003 = false
|
|
no-hard-tabs = true
|
|
|
|
[MD007]
|
|
indent = 4
|
|
|
|
[line-length]
|
|
line_length = 200
|