fix(body): preserve indented lines as preformatted
Amolith
created
Lines starting with 4+ spaces or a tab are now preserved verbatim,
fixing code block formatting in commit bodies.
Before:
task.Method1()
task.Method2()
Would become "task.Method1() task.Method2()" after reflowing.
Assisted-by: Claude Opus 4.5 via Crush