336

我在 Windows 上使用 PyCharm 并希望更改设置以将最大行长度限制为79字符,而不是默认的120字符限制。

我在哪里可以更改 PyCharm 中每行的最大字符数?

4

8 回答 8

522

这是我的 Pycharm 的屏幕截图。所需设置位于以下路径中:File -> Settings -> Editor -> Code Style -> General: Right margin (columns)

Pycharm 4 设置截图

于 2013-06-26T12:16:53.260 回答
64

对于 Mac 上的 PyCharm 2018.1:

喜好 (⌘</kbd>+,), then Editor -> Code Style:

在此处输入图像描述

对于 Windows 上的 PyCharm 2018.3:

文件 -> 设置 ( Ctrl++ Alt) S,然后Editor -> Code Style

按照 PEP-8 设置Hard wrap at为 80。

于 2018-03-29T13:41:03.847 回答
24

对于PyCharm 4

文件>>设置>>编辑器>>代码样式:右边距(列)

建议:查看该选项卡中的其他选项,它们非常有帮助

于 2015-01-20T21:51:06.513 回答
7

对于任何人,或者我自己,如果我重新加载我的机器,当你重新格式化代码时,这对谁不起作用,有一个额外的选项可以在 editor->code style->python 下检查:确保不超过右边距。选择此选项后,重新格式化将起作用。

偏好突出显示

于 2019-01-30T21:14:52.720 回答
7

您甚至可以为 HTML 设置单独的右边距。指定路径下:

文件 >> 设置 >> 编辑器 >> 代码样式 >> HTML >> 其他选项卡 >> 右边距(列)

这非常有用,因为通常 HTML 和 JS 在一行中通常比 Python 长。:)

于 2016-05-09T03:56:52.473 回答
2

对于 PyCharm 2019.3.1,我看到了这一点。

在此处输入图像描述

于 2021-05-31T12:47:56.247 回答
1

For PyCharm 2017

We can follow below: File >> Settings >> Editor >> Code Style.

Then provide values for Hard Wrap & Visual Guides for wrapping while typing, tick the checkbox.

NB: look at other tabs as well, viz. Python, HTML, JSON etc.

于 2018-01-23T07:07:26.817 回答
0

对于 PyCharm 2021.x,这对 python 起到了作用: 在此处输入图像描述

于 2021-11-25T12:09:16.510 回答