Initial: ITPP standards repo with templates, CI workflows, .gitignore, and .markdownlint.json
Docs Check / lint (push) Failing after 34s

This commit is contained in:
Germaine Brown
2026-08-09 23:38:14 -04:00
commit 493172dc90
11 changed files with 250 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"default": true,
"MD013": { "line_length": 200 },
"MD033": false,
"MD041": false,
"MD024": { "siblings_only": true },
"MD034": false,
"MD046": { "style": "fenced" }
}