2025-09-29 16:33:15 +08:00
|
|
|
{
|
|
|
|
|
"editor.fontLigatures": true,
|
2025-10-11 15:43:22 +08:00
|
|
|
"cSpell.words": ["HITL", "opensource", "retryable"],
|
2025-10-10 17:20:14 +08:00
|
|
|
"markdownlint.config": {
|
|
|
|
|
// "comment": "Relaxed rules",
|
|
|
|
|
"default": true,
|
|
|
|
|
"whitespace": false,
|
|
|
|
|
"line_length": false,
|
|
|
|
|
"ul-indent": false,
|
|
|
|
|
"no-inline-html": false,
|
|
|
|
|
"no-bare-urls": false,
|
|
|
|
|
"fenced-code-language": false,
|
|
|
|
|
"first-line-h1": false,
|
|
|
|
|
"block-spacing": false,
|
|
|
|
|
"blanks-around-lists": false,
|
|
|
|
|
"ol-prefix": false
|
|
|
|
|
}
|
2025-09-29 16:33:15 +08:00
|
|
|
}
|