@codingjoe Yes, to do text-wrapping you'd need to pass `word_wrap=True` to the `Syntax` constructor: https://rich.readthedocs.io/en/latest/reference/syntax.html#module-rich.syntax _Originally posted by @BatmanAoD in https://github.com/codingjoe/relint/discussions/140#discussioncomment-17413707_
@codingjoe Yes, to do text-wrapping you'd need to pass
word_wrap=Trueto theSyntaxconstructor: https://rich.readthedocs.io/en/latest/reference/syntax.html#module-rich.syntaxOriginally posted by @BatmanAoD in #140 (reply in thread)