yamllint/.markdownlint-cli2.jsonc
Simon Cornet f92b11c7c1
Some checks failed
ci/woodpecker/manual/build Pipeline failed
feat: initial commit
2026-05-12 10:08:20 +02:00

12 lines
140 B
JSON

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