mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-11-01 07:25:06 +01:00
11 lines
145 B
JSON
11 lines
145 B
JSON
|
{
|
||
|
"extends": "markdownlint/style/prettier",
|
||
|
"list-marker-space": {
|
||
|
"ul_multi": 3,
|
||
|
"ul_single": 3
|
||
|
},
|
||
|
"ul-indent": {
|
||
|
"indent": 4
|
||
|
}
|
||
|
}
|