How do I set the maximum line length in PyCharm?

后端 未结 6 877
有刺的猬
有刺的猬 2020-12-12 11:28

I am using PyCharm on Windows and want to change the settings to limit the maximum line length to 79 characters, as opposed to the default limit of 120

6条回答
  •  天命终不由人
    2020-12-12 12:14

    Here is screenshot of my Pycharm. Required settings is in following path: File -> Settings -> Editor -> Code Style -> General: Right margin (columns)

提交回复
热议问题