Files
sdk4.0_new/.markdownlintrc
2025-09-01 16:17:11 +08:00

12 lines
256 B
Plaintext

{
"default": true,
"colors": true,
"header-increment": false,
"line-length": false,
"no-trailing-punctuation": { "punctuation": ".,;:" },
"no-duplicate-header": false,
"no-inline-html": false,
"no-hard-tabs": false,
"whitespace": false
}