Files
sdk4.0/.markdownlintrc

12 lines
256 B
Plaintext
Raw Normal View History

2025-07-03 13:54:01 +08:00
{
"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
}