Files
codewhale/crates
Liu-Vince 7d5c411845 fix(tui): preserve code block indentation
## Summary
- Preserve leading whitespace when rendering fenced code blocks.
- Hard-wrap code lines without word-splitting away indentation.
- Account for tab width when wrapping code lines.
- Close #1149.

## Verification
- GitHub CI passed: lint, version drift, ubuntu/macos/windows tests, npm wrapper smoke, GitGuardian.
2026-05-08 09:01:24 -05:00
..