Files
lorakiss/.markdownlintrc.json
2026-03-27 16:46:56 +01:00

15 lines
276 B
JSON

{
"extends": "default",
"rules": {
"line-length": {
"line_length": 120,
"heading_line_length": 120,
"code_blocks": false,
"code_lines": false,
"tables": false
},
"fenced-code-language": false,
"no-trailing-spaces": true
}
}