Initial setup

This commit is contained in:
Maze X
2026-03-27 16:46:56 +01:00
commit 777014f375
4 changed files with 256 additions and 0 deletions

14
.markdownlintrc.json Normal file
View File

@@ -0,0 +1,14 @@
{
"extends": "default",
"rules": {
"line-length": {
"line_length": 120,
"heading_line_length": 120,
"code_blocks": false,
"code_lines": false,
"tables": false
},
"fenced-code-language": false,
"no-trailing-spaces": true
}
}