keepalived/.markdownlint-cli2.jsonc
2025-07-14 16:30:11 +02:00

12 lines
140 B
JSON

{
// files to lint
"globs": [
"readme.md"
],
// linting rules
"config": {
"MD013": {
"line_length": 120
}
}
}