This commit adds a new markdown linting configuration to enforce line length limits and consistent formatting of code blocks across the project.
7 lines
115 B
JSON
7 lines
115 B
JSON
{
|
|
"MD013": {
|
|
"line_length": 100,
|
|
"code_block_line_length": 120,
|
|
"tables": false
|
|
}
|
|
} |