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
First off: Thank you for your efforts and contributing this project to the community.
Long lines of code are currently not wrapped, creating images that are very wide and hard to embed in a document. The following command can be used to force the width of a file, but it introduces line breaks, which then produces line numbers that are not representative of the code:
fold -w 80 -s code.cpp > code-80.cpp
Please consider adding an auto wrap or fixed width feature that will preserve line numbering and create images that are not too wide.
The text was updated successfully, but these errors were encountered:
First off: Thank you for your efforts and contributing this project to the community.
Long lines of code are currently not wrapped, creating images that are very wide and hard to embed in a document. The following command can be used to force the width of a file, but it introduces line breaks, which then produces line numbers that are not representative of the code:
Please consider adding an auto wrap or fixed width feature that will preserve line numbering and create images that are not too wide.
The text was updated successfully, but these errors were encountered: