gpt4 book ai didi

java - 如何忽略 Eclipse 中的换行?

转载 作者:塔克拉玛干 更新时间:2023-11-02 18:59:32 31 4
gpt4 key购买 nike

我仍然使用 Eclipse 的换行功能来​​格式化我的 java 代码。我不希望 Eclipse 自动加入换行,所以我选中了“从不加入已经换行”,但是当我格式化我的代码时,它仍然加入换行。

例子:

return ((this.isVertical == aLine.isVertical) &&
(Math.abs(this.a - aLine.a) <= EPSILON) &&
(Math.abs(this.b - aLine.b) <= EPSILON));

格式化代码:

return ((this.isVertical == aLine.isVertical) &&
(Math.abs(this.a - aLine.a) <= EPSILON) && (Math.abs(this.b - aLine.b) <= EPSILON));

请告诉我如何修复它。谢谢!

最佳答案

在 Workspace->Preferences-Java->Code Style->Formatter 中,编辑配置文件和换行选项卡,然后选择表达式。那里有很多选择。

关于java - 如何忽略 Eclipse 中的换行?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8809743/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com