tachiyomi-website/.markdownlint.json
2023-07-18 20:14:11 +02:00

11 lines
142 B
JSON

{
"extends": "markdownlint/style/prettier",
"list-marker-space": {
"ul_multi": 3,
"ul_single": 3
},
"ul-indent": {
"indent": 4
}
}