Reputation: 6835
I know the Python coding standard has a limit of 78 characters per line. I am working in Notepad++ and how do I set it so it wraps after 78 characters?
Upvotes: 3
Views: 9387
Reputation: 189746
There's a good writeup in the Notepad++ User Manual about managing line lengths. It suggests using the Settings -> Preferences -> Editing -> Vertical edge settings. There doesn't appear to be a way to have it automatically wrap to a new line as you are typing.
Upvotes: 6
Reputation: 51
To apply the WordWrap, just goo to view in the Menu bar and check the WordWrap option.
Upvotes: 0