* configure markdownlint (#23)
This commit is contained in:
parent
44bea0d24f
commit
b9c6c52737
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"MD007": {
|
||||||
|
"indent": 4
|
||||||
|
},
|
||||||
|
"MD013": {
|
||||||
|
"line_length": 255
|
||||||
|
},
|
||||||
|
"MD024": {
|
||||||
|
"siblings_only": true
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue