Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Cody Style如果我在->首选项中设置“打字到达右边距时换行”General并定义了一个新的边距,如何将此新设置应用于文件以便重新格式化?
Cody Style
General
好简单:
编辑
忘了提到这个重要的细节:
IDE 设置 > 代码样式 > Java > 换行和大括号 > 确保不超过右边距
必须检查。(至少要重新格式化 java 文件,存在其他文件的相同复选框)
在 IntelliJ 14 中,您可以在每种语言的基础上设置右边距,方法是转到
IDE 设置 > 代码样式 > $LANGUAGE > 换行和大括号 > 右边距(列):
并设定一个新值。