Multiple right margins in Pycharm
I am learning Pycharm Community Edition 3.4 and I was wondering If it was possible to have a right a margin for comments and docstring only, additionally to the regular margin for the rest of the code. I ask because I am trying to stick to the PEP8 guideline of 72 characters per comment and 79 for regular code. I am constantly changing the right margin between 72/79 to make sure everything is fine but I don't find that very efficient. Thanks in advance. This feature was announced in September 2017 . Go to File -> Settings -> Editor -> Code Style -> Hard wrap at and Visual guides . For visual