Enforcing automatic wrapping of lines as you type.

I just switched from Sublime Text/VS Code to PyCharm. In my previous editors I was able to set rulers for my editors at 80 and put in a hard wrap at that point. So I never had to worry about my code going beyond 80 as it automatically got wrapped without adding in a new line character at the point where it wraps. How can I achieve same behaviour in PyCharm?

1

Please sign in to leave a comment.