Setting the right margin to a different value?
I just can't for the life of me figure out how to set the right margin to a different value. The default of 120 characters is useless for me (the editor pane usually isn't even wide enough to show that many characters at a time) and PEP8 recommends using 79 as the hard limit (other conventions traditionally use 80).
Is there any easy way to change this?
Please sign in to leave a comment.
It's per project....Settings, Code Style, General
Thanks. I expected this to be somewhere near the toggle in the general settings.