1
0
forked from Rowland/EG
EG/Cesium-1.132/node_modules/markdownlint/style/cirosantilli.json
2025-08-25 17:48:13 +08:00

23 lines
338 B
JSON

{
"comment": "Rules for the style guide at https://www.cirosantilli.com/markdown-style-guide/",
"default": true,
"MD003": {
"style": "atx"
},
"MD004": {
"style": "dash"
},
"MD007": {
"indent": 4
},
"MD030": {
"ul_multi": 3,
"ol_multi": 2
},
"MD033": false,
"MD035": {
"style": "---"
}
}