From e7b8442c0bc2e19987fde66945ccabfecb78d1e5 Mon Sep 17 00:00:00 2001 From: Kyle J Strand Date: Fri, 26 Jun 2026 11:28:17 -0600 Subject: [PATCH] add always-on text-wrapping for code --- relint/parse.py | 1 + 1 file changed, 1 insertion(+) diff --git a/relint/parse.py b/relint/parse.py index bb54e09..d04f62e 100644 --- a/relint/parse.py +++ b/relint/parse.py @@ -149,6 +149,7 @@ def print_culprits(matches, args): end_line_no + args.code_padding, ), highlight_lines=range(start_line_no, end_line_no + 1), + word_wrap=True, ) )