How do I disable line wrapping? #151
-
|
Hi there, DCL wraps long lines after 80 characters but I don't want that. How can I turn that off? I'm running DCL via Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
zavoloklom
May 16, 2025
Replies: 1 comment
-
|
Hi! This behavior is caused by the underlying YAML library used during the fix process — by default, it wraps lines at 80 characters. Please follow #136, I would fix it in next release. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zavoloklom
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
This behavior is caused by the underlying YAML library used during the fix process — by default, it wraps lines at 80 characters.
Please follow #136, I would fix it in next release.