gitea-package/.markdownlint.json

9 lines
119 B
JSON
Raw Normal View History

2024-05-16 11:51:29 +02:00
{
"default": true,
"MD013": {
"line_length": 116,
"code_block_line_length": 116,
"tables": false
}
}