-
Notifications
You must be signed in to change notification settings - Fork 79
break and continue long lines #24
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Some of the suggestions returned by gorilla overflow the space available on the screen.
Sometimes it breaks lines and adds \ for continuation. Sometimes it does not do this and makes long lines.
Could the line size be made more consistent?
When gorilla is suggesting a shell command, it could end a line after about 70 chars and add a \ for continuation.
Other contexts have their own line-continuation requirements.
Since this is a matter of preference and there is no single correct way, it suggests a config file or command line switches.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers