chore: enforce minimal markdown table formatting

Prettier pads markdown table cells for column alignment, which turns any
content change into a table-wide realignment diff. Markdown was only in
prettierignore for packages/kilo-vscode/; the root formatter still
repadded docs elsewhere (e.g. TESTING.md, kilo-docs, AGENTS.md).

Adds *.md to the root .prettierignore, documents the convention in
AGENTS.md, and adds script/check-md-table-padding.ts + a workflow to
enforce it. Existing padded tables in Kilo-owned docs have been
rewritten via the script's --fix mode.
This commit is contained in:
kiloconnect[bot]
2026-04-28 07:45:49 +00:00
parent c3ad40b3bb
commit 06cd80d1bd
100 changed files with 2331 additions and 2051 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ Some description of HOW you achieved it. Perhaps give a high level description o
## Screenshots
| before | after |
| ------ | ----- |
| | |
|---|---|
| | |
## How to Test