You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Request:
Instead of always having the CBline always having line_width+Comment characters, is it possible to set set the CBline char number dynamically?
Would make code structure even prettier.
We could have two options there:
Set CBline length = line_width - comment_char
Set CBline length = line_width - comment_char - indent
The first would display indent structure, whereas the second would keep a nice edge.
For the second option indentation should be preserved.
The text was updated successfully, but these errors were encountered:
Feature Request:
Instead of always having the CBline always having line_width+Comment characters, is it possible to set set the CBline char number dynamically?
Would make code structure even prettier.
We could have two options there:
The first would display indent structure, whereas the second would keep a nice edge.
For the second option indentation should be preserved.
The text was updated successfully, but these errors were encountered: