如何强制IntelliJ编辑器限制行长度?

时间:2012-12-29 01:14:18

标签: intellij-idea

我有一个看起来像的文本文件:

a=12
 b=13
 c=14
 d =15
 e = 16
 f = 17

有些数字后面有空格。有些人没有。有些人有标签等。

似乎当我在InteliJ的编辑器中时,我点击的任何地方都可以点击。

如何按实际行长限制它?

enter image description here

2 个答案:

答案 0 :(得分:4)

Settings - > Editor - > Allow placement of caret after end of line

答案 1 :(得分:0)

您可以设置全局代码样式,以便在赋值运算符周围添加空格,然后通过选定的文本,文件或整个项目执行全局“重新格式化代码”。

我使用IntelliJ 12:

enter image description here